tindzk / qstrLinks
Rust library providing cache-efficient, stack-allocated string types
☆47Updated 2 months ago
Alternatives and similar repositories for qstr
Users that are interested in qstr are comparing it to the libraries listed below
Sorting:
- A trait + derive to recursively compute / print the memory usage of a data structure.☆40Updated 2 weeks ago
- Rust macro to make recursive function run on the heap (i.e. no stack overflow).☆24Updated 8 months ago
- Detect unused pub methods in a Rust workspace☆45Updated 11 months ago
- Rust's fastest and most accurate cardinality estimators.☆44Updated this week
- Derive a builder for your constructors in Rust☆71Updated 2 months ago
- Efficient byte-stream pipe buffer☆44Updated last year
- Trait implementation generator macro☆30Updated last week
- Proc-macro utility to populate enums from database data☆20Updated last year
- Concurrency algorithms☆11Updated 10 months ago
- ☆38Updated 3 years ago
- Async, lock-free synchronization primitives for task wakeup☆51Updated last year
- Track memory allocations by backtrace or originating thread☆47Updated 2 months ago
- Automatically generates conversions between an enum type and any other type☆11Updated 3 years ago
- Trait-agnostic derive macros☆27Updated 11 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 4 months ago
- Read input lines as byte slices for high efficiency☆68Updated 2 years ago
- An ε-copy serialization/deserialization framework for Rust☆169Updated 2 weeks ago
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆51Updated last year
- Production-ready KV-backed HNSW implementation in Rust using LMDB☆69Updated 3 weeks ago
- A small and fast FM-Index for Rust☆42Updated last week
- Zero-cost bitsets over native Rust types☆79Updated 2 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 4 months ago
- State machine pattern for Rust☆29Updated last year
- Succinct data structures using very efficient rank and select☆129Updated last month
- Parallel iterator processing library for Rust☆104Updated last month
- Simple async codec for rkyv. Reuses streaming buffer for maximum speed!☆41Updated 8 months ago
- It executes futures☆57Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- A fast, lightweight and extensible implementation of a graph data structure.☆39Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆96Updated 2 weeks ago