LukasKalbertodt / stable-vec
A Vec-like collection which guarantees stable indices and features O(1) deletion of elements
☆19Updated 8 months ago
Related projects ⓘ
Alternatives and complementary repositories for stable-vec
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- Cross-platform, endian-aware primitives for Rust☆32Updated last month
- Nudging the compiler to auto-vectorize things☆73Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- A radioactive stabilization of the ptr_meta RFC.☆22Updated 2 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆59Updated 3 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 4 months ago
- Const TypeId and non-'static TypeId☆55Updated 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.☆42Updated 10 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆34Updated 2 months ago
- Efficient byte-stream pipe buffer☆40Updated 4 months ago
- Mirror of Rust's allocator api for use on stable rust☆47Updated this week
- A concise, self-describing binary format written in Rust for Serde☆60Updated 3 months ago
- Threadsafe RefCell for Rust☆88Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 weeks ago
- Bare-metal allocators.☆75Updated 2 years ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 2 years ago
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last week
- Overloadable functions in rust.☆41Updated 5 years ago
- Cast between dynamic trait objects☆32Updated 4 years ago
- ☆29Updated 6 months ago
- Rust API stability attributes for the rest of us.☆30Updated 4 months ago
- Easy and safe destructuring for more types.☆30Updated last month
- A map implementation that relies on fixed-size storage derived by a procedural macro☆42Updated 3 weeks ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated this week
- ☆35Updated last year