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☆33Updated last month
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆51Updated last year
- A radioactive stabilization of the ptr_meta RFC.☆39Updated 3 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Overloadable functions in rust.☆43Updated 6 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 6 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated last month
- A map implementation that relies on fixed-size storage derived by a procedural macro☆53Updated 3 months ago
- Take a value atomically once.☆30Updated 2 years ago
- ☆36Updated last year
- Cast between dynamic trait objects☆34Updated 6 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last month
- A dynamic library helper for rust crates☆36Updated 2 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆43Updated last month
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated last year
- myrrlyn’s wyzyrdly library☆25Updated last year
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- String optimized for map keys☆68Updated 2 weeks ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- Rust String type with configurable byte storage.☆36Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Updated last week
- Proc macro for smol async runtime☆54Updated 5 years ago
- Easy and safe destructuring for more types.☆33Updated 2 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 2 months ago
- Simple and fast async channels☆18Updated last year
- An experimental allocated buffer suitable for image data (Rust library).☆33Updated last week