197g / static-allocLinks
Data structures like Rust `alloc` which reuse user allocated memory
☆58Updated last week
Alternatives and similar repositories for static-alloc
Users that are interested in static-alloc are comparing it to the libraries listed below
Sorting:
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 2 months ago
- Macro for sealing traits and structures☆58Updated 7 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 4 months ago
- docs.rs as a publishing platform?☆69Updated 2 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 3 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
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- #[no_std] print equivalent for Rust☆64Updated 3 weeks ago
- Automatic cfg for Rust compiler features☆102Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 8 months ago
- Faster integer division and modulus operations☆87Updated 3 weeks ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 3 months ago
- ☆57Updated last year
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- Easy and safe destructuring for more types.☆32Updated 3 weeks ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Defer running expensive destructors until later☆19Updated 2 years ago
- Self-referencial structs using the async/await transformation☆44Updated 4 years ago
- ☆51Updated last year
- Convert number to enum☆87Updated 11 months ago
- Token tree calling convention☆79Updated 2 years ago
- `$crate` in procedural macros.☆73Updated last month
- ☆40Updated last year
- Safe wrapper for initializing arrays☆74Updated 2 years ago