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:
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- An exploration of Storages☆39Updated 2 years ago
- Use winit like the async runtime you've always wanted☆49Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated last month
- String optimized for map keys☆66Updated last week
- Mirror of Rust's allocator api for use on stable rust☆68Updated 2 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last week
- Const TypeId and non-'static TypeId☆69Updated last month
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year
- ☆59Updated last year
- Faster integer division and modulus operations☆87Updated 4 months ago
- ☆61Updated 2 years ago
- ☆42Updated 2 years ago
- Abstract over different executors☆74Updated 2 years ago
- A low-level I/O ownership and borrowing library☆105Updated 3 months ago
- Macro for sealing traits and structures☆59Updated 11 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- A Vec That Has a Smaller size_of☆146Updated last month
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆41Updated last year
- Obsessively tiny error derive macro☆87Updated 9 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆69Updated 2 months ago
- ☆55Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆51Updated 2 weeks ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 3 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 5 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆41Updated 10 months ago