notflan / stackalloc-rsLinks
A safe library for allocating arbitrarily sized data on the stack at runtime in Rust.
☆21Updated 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:
- Const TypeId and non-'static TypeId☆70Updated last week
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- ☆42Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Mirror of Rust's allocator api for use on stable rust☆72Updated last week
- Macro for sealing traits and structures☆60Updated last year
- Choose Rust types at compile-time via constants☆70Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 8 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆43Updated 2 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆115Updated last month
- An exploration of Storages☆39Updated 2 years ago
- A Vec That Has a Smaller size_of☆152Updated 2 months ago
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated this week
- String optimized for map keys☆68Updated last week
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆53Updated 2 months ago
- Lending iterators on stable Rust☆83Updated last year
- Async, lock-free synchronization primitives for task wakeup☆49Updated last year
- Use winit like the async runtime you've always wanted☆50Updated last year
- ☆55Updated last year
- Faster integer division and modulus operations☆87Updated 5 months ago
- horrible serde macro stuff☆39Updated 2 years ago
- ☆61Updated 2 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 3 weeks ago
- Bare-metal allocators.☆76Updated 3 years ago
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆123Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated last year
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Compile-time checks that an enum or match is written in sorted order☆119Updated this week
- You can name anonymous Future from async fn without dyn or Box!☆62Updated 3 years ago