thepowersgang / stack_dst-rsLinks
Stack-allocated DSTs for rust (fixed capacity)
☆51Updated last year
Alternatives and similar repositories for stack_dst-rs
Users that are interested in stack_dst-rs are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- ☆61Updated 2 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 3 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 3 weeks ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated last month
- Automatic cfg for Rust compiler features