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:
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- A dynamic library helper for rust crates☆36Updated 2 years ago
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- A newtype with alignment of at least `A` bytes☆32Updated 10 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 5 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- Efficient byte-stream pipe buffer☆44Updated last year
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆43Updated last month
- Threadsafe RefCell for Rust☆99Updated 8 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Cast between dynamic trait objects☆34Updated 5 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated last week
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆69Updated last week
- Simple and fast async channels☆18Updated last year
- Rust String type with configurable byte storage.☆35Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last week
- String optimized for map keys☆68Updated last week
- A primitive for writing structural search and replace programs for rust☆31Updated 2 months ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- Cross-platform, endian-aware primitives for Rust☆43Updated 2 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆51Updated 2 months ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- ☆56Updated 2 years ago
- Byte-wise atomic memcpy.☆39Updated last month
- Bare-metal allocators.☆76Updated 3 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆52Updated last month
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 8 months ago
- 🎁 cargo plugin for quickly fetching dependencies 🦀☆97Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated 2 weeks ago