LukasKalbertodt / stable-vecLinks
A Vec-like collection which guarantees stable indices and features O(1) deletion of elements
☆21Updated last year
Alternatives and similar repositories for stable-vec
Users that are interested in stable-vec are comparing it to the libraries listed below
Sorting:
- A newtype with alignment of at least `A` bytes☆32Updated 9 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 2 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Cross-platform, endian-aware primitives for Rust☆42Updated last month
- myrrlyn’s wyzyrdly library☆25Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Byte-wise atomic memcpy.☆38Updated last month
- Rust String type with configurable byte storage.☆35Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Threadsafe RefCell for Rust☆96Updated 8 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆69Updated 3 months ago
- Efficient byte-stream pipe buffer☆44Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 4 months ago
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- ☆42Updated 2 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆51Updated last month
- Macro for sealing traits and structures☆59Updated 11 months ago
- A sinless derive helper☆75Updated 4 months ago
- ☆36Updated last year
- global allocator for Rust that provides hooks for tracking allocations☆50Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆51Updated 3 weeks ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆42Updated last week
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- Pretty backtraces for rust☆15Updated 4 years ago
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated this week
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆35Updated 3 years ago