ctsrc / persistence
Rust library providing mutable resizable arrays built on top of mmap
☆24Updated last year
Alternatives and similar repositories for persistence:
Users that are interested in persistence are comparing it to the libraries listed below
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- A crate for compile-time duck typing and reflection of structs☆16Updated 3 years ago
- Helper macros: autoimpl, impl_scope☆60Updated 3 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Zig comptime using Rust proc macros☆42Updated 10 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated 3 weeks ago
- Weak hash tables for Rust☆37Updated last year
- A more flexible version of the Rust `scoped-tls` library☆18Updated 7 months ago
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- Reactive dependency injection for Rust.☆42Updated 3 weeks ago
- Rust crate for making Read streams peekable.☆26Updated 3 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- Asynchronize blocking operation.☆26Updated 3 years ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- A newtype with alignment of at least `A` bytes☆32Updated 2 months ago
- Fast cache efficient immutable map for rust☆28Updated 6 months ago
- Proc macro for smol async runtime☆53Updated 4 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 4 months ago
- A rust proc-macro to generate conversions for an enum of newtype variants☆28Updated 2 years ago
- Rust String type with configurable byte storage.☆35Updated 7 months ago
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆20Updated 8 months ago
- structured parallel execution for async Rust☆33Updated 8 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 7 months ago
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆54Updated 7 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated 3 weeks ago