197g / static-allocLinks
Data structures like Rust `alloc` which reuse user allocated memory
☆58Updated 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 8 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 5 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- docs.rs as a publishing platform?☆69Updated 2 months ago
- Faster integer division and modulus operations☆87Updated last month
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 2 months ago
- Read trait fixed to soundly work with uninitalized memory☆26Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆167Updated 3 weeks ago
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆38Updated last month
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated this week
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- ☆51Updated last year
- Automatic cfg for Rust compiler features☆102Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 3 months ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years 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
- Self-referencial structs using the async/await transformation☆44Updated 4 years ago
- Convert number to enum☆87Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 4 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 5 months ago
- ☆89Updated last year
- Project group working on the "safe transmute" feature☆93Updated 10 months ago
- ☆57Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆39Updated 9 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 2 months ago
- #[no_std] print equivalent for Rust☆64Updated last month
- A collection of small utilities for working with pointer types in Rust.☆127Updated 6 months ago