197g / static-allocLinks
Data structures like Rust `alloc` which reuse user allocated memory
☆61Updated 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 6 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated 2 months ago
- Macro for sealing traits and structures☆59Updated 11 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 4 months ago
- Bare-metal allocators.☆76Updated 3 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 2 months ago
- Automatic cfg for Rust compiler features☆105Updated 5 months ago
- Cross-platform, endian-aware primitives for Rust☆42Updated last month
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 3 months ago
- ☆61Updated 2 years ago
- docs.rs as a publishing platform?☆71Updated 2 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆51Updated 3 weeks ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Defer running expensive destructors until later☆19Updated 3 years ago
- Threadsafe RefCell for Rust☆96Updated 8 months ago
- ☆31Updated 5 years ago
- #[no_std] print equivalent for Rust☆65Updated last month
- ☆36Updated last year
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- Faster integer division and modulus operations☆87Updated 4 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 7 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Library facilitating safe pinned initialization☆64Updated 2 weeks ago
- ☆52Updated 2 years ago
- Better reference counted strings for Rust☆138Updated last year
- A newtype with alignment of at least `A` bytes☆32Updated 9 months ago