thepowersgang / stack_dst-rs
Stack-allocated DSTs for rust (fixed capacity)
☆48Updated 11 months ago
Alternatives and similar repositories for stack_dst-rs:
Users that are interested in stack_dst-rs are comparing it to the libraries listed below
- Data structures like Rust `alloc` which reuse user allocated memory☆52Updated 4 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 4 months ago
- Macro for sealing traits and structures☆50Updated 2 months ago
- ☆53Updated 9 months ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated this week
- ☆55Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated this week
- Defer running expensive destructors until later☆19Updated 2 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Full precision decimal representation of f64☆25Updated this week
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- Threadsafe RefCell for Rust☆90Updated last year
- Automatic cfg for Rust compiler features☆95Updated 4 months ago
- Rust API stability attributes for the rest of us.☆29Updated 7 months ago
- ☆60Updated 7 years ago
- A newtype with alignment of at least `A` bytes☆31Updated this week
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Serialization value trees☆43Updated 6 months ago
- Rust library providing basic aliasable (non `core::Unique`) types☆12Updated 3 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 3 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆68Updated 3 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆35Updated 3 months ago