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:
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Const TypeId and non-'static TypeId☆70Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 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 3 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Macro for sealing traits and structures☆61Updated last year
- String optimized for map keys☆68Updated this week
- A Vec That Has a Smaller size_of☆155Updated 4 months ago
- ☆55Updated 2 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Use winit like the async runtime you've always wanted☆50Updated last year
- Mirror of Rust's allocator api for use on stable rust☆74Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Minimal asynchronous executor for Rust☆133Updated 2 weeks ago
- Obsessively tiny error derive macro☆86Updated last year
- Choose Rust types at compile-time via constants☆70Updated 2 years ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆52Updated 3 months ago
- ☆42Updated 2 years ago
- "A very small syn"☆212Updated last year
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆42Updated last year
- Async, lock-free synchronization primitives for task wakeup☆51Updated last year
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- A low-level I/O ownership and borrowing library☆106Updated 6 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated 2 years ago
- cargo-add command to make dependencies into dylibs☆105Updated 3 years ago
- An exploration of Storages☆39Updated 2 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆44Updated last month