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☆58Updated last week
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆68Updated last month
- 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
- ☆40Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆38Updated 9 months ago
- Cross-platform, endian-aware primitives for Rust☆41Updated 2 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated last week
- myrrlyn’s wyzyrdly library☆25Updated last year
- Pretty backtraces for rust☆15Updated 3 years ago
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- A newtype with alignment of at least `A` bytes☆32Updated 5 months ago
- ☆36Updated 11 months ago
- A dynamic library helper for rust crates☆35Updated 2 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆80Updated 3 weeks ago
- Efficient byte-stream pipe buffer☆43Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 4 months ago
- Rust String type with configurable byte storage.☆35Updated 10 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆38Updated 2 weeks ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 11 months ago
- A Rust crate for formatting strings dynamically☆32Updated last year
- Make any value Sync but only available on its original thread☆39Updated 4 months ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 3 months ago
- Easy and safe destructuring for more types.☆32Updated 3 weeks ago