197g / static-allocLinks
Data structures like Rust `alloc` which reuse user allocated memory
☆61Updated 2 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)☆50Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated 2 weeks ago
- docs.rs as a publishing platform?☆71Updated 3 weeks ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated this week
- Macro for sealing traits and structures☆59Updated 9 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆32Updated 10 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆47Updated 4 months ago
- ☆60Updated 2 years ago
- Automatic cfg for Rust compiler features☆103Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆84Updated 5 months ago
- ☆51Updated 2 years ago
- ☆40Updated last year
- Mirror of Rust's allocator api for use on stable rust☆63Updated last week
- Lending iterators on stable Rust☆83Updated last year
- sptr: The Strict Provenance Polyfill☆75Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Better reference counted strings for Rust☆136Updated last year
- Inline procedural macros for Rust☆56Updated 3 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- Defer running expensive destructors until later☆19Updated 3 years ago
- Threadsafe RefCell for Rust☆95Updated 6 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆50Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆39Updated 10 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- #[no_std] print equivalent for Rust☆64Updated last week
- Bare-metal allocators.☆75Updated 3 years ago
- Faster integer division and modulus operations☆87Updated 2 months ago
- A newtype with alignment of at least `A` bytes☆33Updated 7 months ago