197g / static-allocLinks
Data structures like Rust `alloc` which reuse user allocated memory
☆58Updated last month
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
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 3 months ago
- Macro for sealing traits and structures☆59Updated 8 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 5 months ago
- Self-referencial structs using the async/await transformation☆44Updated 4 years ago
- Bare-metal allocators.☆75Updated 3 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 4 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆38Updated last month
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆58Updated 2 weeks ago
- docs.rs as a publishing platform?☆70Updated last week
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated 3 weeks ago
- Threadsafe RefCell for Rust☆95Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 2 weeks ago
- Faster integer division and modulus operations☆87Updated 2 months ago
- Cross-platform, endian-aware primitives for Rust☆41Updated 4 months ago
- Read trait fixed to soundly work with uninitalized memory☆27Updated last year
- ☆31Updated 5 years ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Automatic cfg for Rust compiler features☆102Updated 2 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
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆40Updated last year
- Defer running expensive destructors until later☆19Updated 3 years ago
- Easy and safe destructuring for more types.☆33Updated last month
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆32Updated 10 months ago
- ☆58Updated 2 years ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- ☆89Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 9 months ago