HeroicKatora / static-alloc
Data structures like Rust `alloc` which reuse user allocated memory
☆53Updated 5 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
- Bare-metal allocators.☆76Updated 2 years ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 4 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Macro for sealing traits and structures☆51Updated 3 months ago
- Cross-platform, endian-aware primitives for Rust☆36Updated 4 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated this week
- Threadsafe RefCell for Rust☆90Updated last year
- ☆31Updated 5 years ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- 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
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆70Updated 3 months ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- Automatic cfg for Rust compiler features☆95Updated 5 months ago
- (lifetime) GATs on stable Rust☆57Updated last year
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- ☆49Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 4 months ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- ☆60Updated 7 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated last year
- Mostly safe wrapper for alloca☆25Updated last year
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆36Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last week
- docs.rs as a publishing platform?☆68Updated last week
- Mirror of Rust's allocator api for use on stable rust☆51Updated last week
- #[no_std] print equivalent for Rust☆61Updated last year