thepowersgang / stack_dst-rsLinks
Stack-allocated DSTs for rust (fixed capacity)
☆50Updated last year
Alternatives and similar repositories for stack_dst-rs
Users that are interested in stack_dst-rs are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 9 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆38Updated 9 months ago
- 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
- impl fallible collections in rust, quite as describe in RFC 2116☆38Updated 8 months ago
- A memory efficient container for rust nested collections☆40Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆56Updated 4 months ago
- Threadsafe RefCell for Rust☆93Updated 3 months ago
- Big array helper for serde☆61Updated last year
- docs.rs as a publishing platform?☆69Updated last month
- ☆57Updated last year
- ☆57Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 months ago
- Inline procedural macros for Rust☆57Updated 2 years ago
- Token tree calling convention☆79Updated 2 years ago
- Automatic cfg for Rust compiler features☆102Updated 3 weeks ago
- ☆36Updated 11 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 2 months ago
- `$crate` in procedural macros.☆73Updated last month
- Macro for sealing traits and structures☆57Updated 7 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated last month
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Easy and safe destructuring for more types.☆32Updated 2 weeks ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- ☆40Updated last year
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- Safe pointer-to-member functionality for rust☆33Updated last year
- Better reference counted strings for Rust☆130Updated 11 months ago