197g / static-allocLinks
Data structures like Rust `alloc` which reuse user allocated memory
☆61Updated 3 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)☆52Updated last year
- Macro for sealing traits and structures☆61Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆47Updated 8 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated last month
- Bare-metal allocators.☆76Updated 3 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 7 months ago
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- docs.rs as a publishing platform?☆71Updated last month
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- ☆61Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 3 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- Automatic cfg for Rust compiler features☆111Updated 7 months ago
- Nudging the compiler to auto-vectorize things☆76Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Updated 3 weeks ago
- ☆36Updated last year
- #[no_std] print equivalent for Rust☆66Updated 3 weeks ago
- Better reference counted strings for Rust☆140Updated last year
- A newtype with alignment of at least `A` bytes☆33Updated last month
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- Faster integer division and modulus operations☆88Updated 7 months ago
- Defer running expensive destructors until later☆19Updated 3 years ago
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- ☆91Updated last year
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆43Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago