197g / static-allocLinks
Data structures like Rust `alloc` which reuse user allocated memory
☆61Updated 3 months ago
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)☆52Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated last month
- Generic and convenient `std` atomics via `Atomic<T>`☆47Updated 8 months ago
- A newtype with alignment of at least `A` bytes☆34Updated last month
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Updated 3 weeks ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 7 months ago
- Macro for sealing traits and structures☆61Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Automatic cfg for Rust compiler features☆111Updated 7 months ago
- Bare-metal allocators.☆76Updated 3 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 3 months ago
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- ☆52Updated 2 years ago
- docs.rs as a publishing platform?☆71Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- ☆36Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 10 months ago
- Nudging the compiler to auto-vectorize things☆76Updated 2 years ago
- #[no_std] print equivalent for Rust☆66Updated last month
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆43Updated 2 years ago
- Defer running expensive destructors until later☆19Updated 3 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- Token tree calling convention☆83Updated 3 years ago
- A Rustified OpenCL Experience☆46Updated 2 years ago
- Faster integer division and modulus operations☆88Updated 7 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- ☆61Updated 2 years ago