HeroicKatora / static-alloc
Data structures like Rust `alloc` which reuse user allocated memory
☆54Updated 6 months ago
Alternatives and similar repositories for static-alloc:
Users that are interested in static-alloc are comparing it to the libraries listed below
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 5 months ago
- Automatic cfg for Rust compiler features☆96Updated 6 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- Cross-platform, endian-aware primitives for Rust☆36Updated 5 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- (lifetime) GATs on stable Rust☆57Updated last year
- Inline procedural macros for Rust☆55Updated 2 years ago
- Threadsafe RefCell for Rust☆90Updated 2 weeks ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- ☆31Updated 5 years ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Lending iterators on stable Rust☆82Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆71Updated 4 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated this week
- Exposes arch-specific intrinsics as safe function (via cfg).☆55Updated last month
- Const TypeId and non-'static TypeId☆64Updated 3 weeks ago
- Mirror of Rust's allocator api for use on stable rust☆52Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆77Updated 2 months ago
- Better reference counted strings for Rust☆120Updated 8 months ago
- ☆49Updated last year
- #[no_std] print equivalent for Rust☆63Updated last year
- Library facilitating safe pinned initialization☆34Updated 3 weeks ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- Macro for sealing traits and structures☆52Updated 4 months ago
- Make trait methods callable without the trait in scope☆136Updated 3 weeks ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year