notflan / stackalloc-rsLinks
A safe library for allocating arbitrarily sized data on the stack at runtime in Rust.
☆20Updated last year
Alternatives and similar repositories for stackalloc-rs
Users that are interested in stackalloc-rs are comparing it to the libraries listed below
Sorting:
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆114Updated 3 weeks ago
- Threadsafe RefCell for Rust☆97Updated 8 months ago
- Const TypeId and non-'static TypeId☆69Updated last week
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Use winit like the async runtime you've always wanted☆50Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 2 months ago
- String optimized for map keys☆68Updated 3 weeks ago
- ☆55Updated last year
- Macro for sealing traits and structures☆59Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆52Updated last month
- Mirror of Rust's allocator api for use on stable rust☆70Updated 2 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 weeks ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆49Updated last month
- Obsessively tiny error derive macro☆87Updated 10 months ago
- An exploration of Storages☆39Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 5 months ago
- ☆42Updated 2 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated this week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆42Updated last year
- A Vec That Has a Smaller size_of☆146Updated 2 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Rust crate for writing repetitive code easier and faster.☆45Updated 2 years ago
- Extension of nom to trace parser☆49Updated 9 months ago
- ☆61Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- cargo-add command to make dependencies into dylibs☆104Updated 3 years ago
- A drawing framework for arbitrary windowing systems☆79Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week