notflan / stackalloc-rsLinks
A safe library for allocating arbitrarily sized data on the stack at runtime in Rust.
☆22Updated 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:
- 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 3 months ago
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Const TypeId and non-'static TypeId☆70Updated 3 weeks ago
- An exploration of Storages☆39Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- ☆42Updated 2 years ago
- Mirror of Rust's allocator api for use on stable rust☆72Updated last month
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆42Updated last year
- ☆55Updated 2 years ago
- Macro for sealing traits and structures☆60Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- 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
- 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
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated 3 weeks ago
- Obsessively tiny error derive macro☆87Updated 11 months ago
- String optimized for map keys☆68Updated last week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆41Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated 2 years ago
- Faster integer division and modulus operations☆88Updated 6 months ago
- Abstract over different executors☆74Updated 2 years ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆51Updated 2 months ago
- A drawing framework for arbitrary windowing systems☆79Updated last year
- A Vec That Has a Smaller size_of☆152Updated 3 months ago
- ☆61Updated 2 years ago
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆70Updated 3 weeks ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 3 weeks ago