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:
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 9 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆47Updated last month
- Pretty backtraces for rust☆15Updated 3 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆38Updated 9 months ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Defer running expensive destructors until later☆19Updated 2 years ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Efficient byte-stream pipe buffer☆43Updated 11 months ago
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆67Updated last month
- Use winit like the async runtime you've always wanted☆51Updated last year
- ☆36Updated 10 months ago
- ☆40Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- [stable] A convenient macro, for cloning values into a closure.☆29Updated 2 months ago
- Rust String type with configurable byte storage.☆35Updated 9 months ago
- Rust API stability attributes for the rest of us.☆30Updated 11 months ago
- A dynamic library helper for rust crates☆35Updated 2 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 months ago
- Exhaustive iteration trait in Rust☆16Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆55Updated 4 months ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 10 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 11 months ago
- A newtype with alignment of at least `A` bytes☆32Updated 4 months ago
- ☆29Updated last year