197g / static-allocLinks
Data structures like Rust `alloc` which reuse user allocated memory
☆57Updated 8 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)☆50Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 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.☆48Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- Macro for sealing traits and structures☆56Updated 6 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 2 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- docs.rs as a publishing platform?☆69Updated 2 weeks ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Lending iterators on stable Rust☆82Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- Mostly safe wrapper for alloca☆25Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- ☆31Updated 5 years ago
- Cross-platform, endian-aware primitives for Rust☆41Updated last month
- An exploration of Storages☆35Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Mirror of Rust's allocator api for use on stable rust☆61Updated 3 weeks ago
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Choose Rust types at compile-time via constants☆65Updated last year
- ☆36Updated 9 months ago
- #[no_std] print equivalent for Rust☆64Updated last year
- ☆57Updated last year
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago