197g / static-allocLinks
Data structures like Rust `alloc` which reuse user allocated memory
☆61Updated 3 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:
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 6 months ago
- Macro for sealing traits and structures☆61Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆51Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 3 weeks ago
- Generic and convenient `std` atomics via `Atomic<T>`☆47Updated 8 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Updated last week
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- docs.rs as a publishing platform?☆71Updated 3 weeks ago
- Automatic cfg for Rust compiler features☆110Updated 7 months ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆43Updated 2 years ago
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Bare-metal allocators.☆76Updated 3 years ago
- ☆52Updated 2 years ago
- A newtype with alignment of at least `A` bytes☆33Updated last month
- Faster integer division and modulus operations☆88Updated 6 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last month
- ☆36Updated last year
- Inline procedural macros for Rust☆56Updated 3 years ago
- #[no_std] print equivalent for Rust☆65Updated last week
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- ☆61Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆133Updated last year
- Token tree calling convention☆82Updated 3 years ago
- Convert number to enum☆87Updated last year
- Mirror of Rust's allocator api for use on stable rust☆72Updated last month
- Better reference counted strings for Rust☆139Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 2 months ago