197g / static-allocLinks
Data structures like Rust `alloc` which reuse user allocated memory
☆61Updated 3 weeks 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)☆50Updated last year
- Macro for sealing traits and structures☆59Updated 10 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 7 months ago
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Bare-metal allocators.☆75Updated 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.☆51Updated last week
- docs.rs as a publishing platform?☆71Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated last month
- An exploration into the various ways optional trait methods can be implemented in Rust.☆40Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- #[no_std] print equivalent for Rust☆64Updated 2 weeks ago
- Read trait fixed to soundly work with uninitalized memory☆27Updated last year
- ☆51Updated 2 years ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated 11 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- Better reference counted strings for Rust☆137Updated last year
- ☆36Updated last year
- A newtype with alignment of at least `A` bytes☆32Updated 8 months ago
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- Lending iterators on stable Rust☆83Updated last year
- Byte-wise atomic memcpy.☆38Updated 2 weeks ago
- Convert number to enum☆87Updated last year
- Project group working on the "safe transmute" feature☆94Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 5 months ago
- A collection of small utilities for working with pointer types in Rust.☆129Updated 9 months ago
- Token tree calling convention☆80Updated 2 years ago