HeroicKatora / static-alloc
Data structures like Rust `alloc` which reuse user allocated memory
☆51Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for static-alloc
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- Self-referencial structs using the async/await transformation☆43Updated 3 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆49Updated 3 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated 2 weeks ago
- Nudging the compiler to auto-vectorize things☆73Updated last year
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Better reference counted strings for Rust☆114Updated 4 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- Bare-metal allocators.☆75Updated 2 years ago
- Macro for sealing traits and structures☆49Updated last month
- Generic and convenient `std` atomics via `Atomic<T>`☆42Updated last month
- Faster integer division and modulus operations☆70Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 10 months ago
- Threadsafe RefCell for Rust☆88Updated last year
- (lifetime) GATs on stable Rust☆56Updated 10 months ago
- Mirror of Rust's allocator api for use on stable rust☆48Updated last week
- ☆29Updated 6 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆65Updated last week
- `$crate` in procedural macros.☆65Updated 2 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated last week
- Lending iterators on stable Rust☆80Updated 10 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated last month
- docs.rs as a publishing platform?☆66Updated 4 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆73Updated 2 months ago
- Automatic cfg for Rust compiler features☆95Updated last month
- Make trait methods callable without the trait in scope☆135Updated 2 weeks ago
- Cross-platform, endian-aware primitives for Rust☆32Updated last month
- Safe pointer-to-member functionality for rust☆33Updated 5 months ago
- #[no_std] print equivalent for Rust☆60Updated 11 months ago