HeroicKatora / static-alloc
Data structures like Rust `alloc` which reuse user allocated memory
☆52Updated 4 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)☆47Updated 11 months ago
- Nudging the compiler to auto-vectorize things☆74Updated last year
- Bare-metal allocators.☆75Updated 2 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆68Updated 2 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆43Updated last year
- Lending iterators on stable Rust☆81Updated last year
- Some internal rustc tools made accessible☆44Updated 3 weeks ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated 2 weeks ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- ☆48Updated last year
- Mostly safe wrapper for alloca☆24Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- Mirror of Rust's allocator api for use on stable rust☆49Updated last month
- sptr: The Strict Provenance Polyfill☆76Updated last year
- docs.rs as a publishing platform?☆66Updated last week
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last week
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆45Updated 3 months ago
- Automatic cfg for Rust compiler features☆95Updated 4 months ago
- (lifetime) GATs on stable Rust☆56Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Cross-platform, endian-aware primitives for Rust☆34Updated 3 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 6 months ago
- An exploration of Storages☆36Updated last year
- ☆60Updated 7 years ago
- Experimenting with Rust's fundamental data model☆50Updated 3 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 4 months ago