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)☆51Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 5 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- Bare-metal allocators.☆76Updated 3 years ago
- docs.rs as a publishing platform?☆71Updated last week
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated 3 weeks ago
- Generic and convenient `std` atomics via `Atomic<T>`☆47Updated 7 months ago
- Macro for sealing traits and structures☆60Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 8 months ago
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- ☆36Updated last year
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- Faster integer division and modulus operations☆87Updated 6 months ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆42Updated 2 years ago
- A newtype with alignment of at least `A` bytes☆32Updated 2 weeks ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 3 weeks ago
- Better reference counted strings for Rust☆139Updated last year
- Automatic cfg for Rust compiler features☆110Updated 6 months ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- ☆61Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆54Updated 2 months ago
- ☆52Updated 2 years ago
- Defer running expensive destructors until later☆19Updated 3 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- Lending iterators on stable Rust☆83Updated last year
- #[no_std] print equivalent for Rust☆65Updated 3 weeks ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 9 months ago