ctsrc / persistence
Rust library providing mutable resizable arrays built on top of mmap
☆23Updated 10 months ago
Related projects ⓘ
Alternatives and complementary repositories for persistence
- A growable bit-vector for Rust, optimized for size☆39Updated 7 months ago
- A Rust memory allocator for large slices that don't escape the stack.☆29Updated 2 years ago
- To futures-lite as futures-lite is to futures: smaller.☆53Updated 6 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated 11 months ago
- ☆46Updated 4 years ago
- cross-platform Rust API for memory mapped IO☆40Updated 6 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆35Updated 10 months ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆60Updated this week
- Weak hash tables for Rust☆36Updated last year
- Bit-vectors and bit-slices for Rust☆27Updated 3 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆34Updated this week
- Hazard pointer based concurrent memory reclamation for Rust.☆29Updated 4 years ago
- A more flexible version of the Rust `scoped-tls` library☆14Updated last month
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆93Updated 3 weeks ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 2 years ago
- Futures-aware lock primitives☆39Updated 3 weeks ago
- structured parallel execution for async Rust☆30Updated 2 months ago
- Rust String type with configurable byte storage.☆33Updated last month
- Full precision decimal representation of f64☆26Updated this week
- Generic SIMD abstractions for Rust.☆47Updated last year
- Derive macro for generating arrays from struct fields.☆20Updated 2 years ago
- Proc macro for smol async runtime☆53Updated 3 years ago
- Rust closures you can transfer over an FFI boundary☆25Updated 3 years ago
- Convert closures into wakers☆43Updated 3 weeks ago
- ☆37Updated last year
- Typed index version of Rust slice and Vec containers☆66Updated last month
- Duplicate an async I/O handle☆40Updated 3 weeks ago