HeroicKatora / static-alloc
Data structures like Rust `alloc` which reuse user allocated memory
☆56Updated 7 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)☆49Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 6 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months 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.☆47Updated last year
- ☆63Updated 7 years ago
- Macro for sealing traits and structures☆54Updated 5 months ago
- docs.rs as a publishing platform?☆68Updated 2 months ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆37Updated last year
- Inline procedural macros for Rust☆55Updated 2 years ago
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- ☆31Updated 5 years ago
- Cross-platform, endian-aware primitives for Rust☆39Updated 2 weeks ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated last month
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- A newtype with alignment of at least `A` bytes☆32Updated 3 months ago
- Mirror of Rust's allocator api for use on stable rust☆59Updated this week
- Faster integer division and modulus operations☆87Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- #[no_std] print equivalent for Rust☆64Updated last year
- Mostly safe wrapper for alloca☆25Updated last year
- ☆52Updated 5 years ago
- Lending iterators on stable Rust☆82Updated last year
- A safe-guarded transmute for Rust☆38Updated 11 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆37Updated 4 years ago