notflan / stackalloc-rs
A safe library for allocating arbitrarily sized data on the stack at runtime in Rust.
☆18Updated 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:
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 6 months ago
- ☆39Updated last year
- An exploration of Storages☆34Updated last year
- ☆36Updated 9 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆47Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 7 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 6 months ago
- Exhaustive iteration trait in Rust☆15Updated 2 weeks ago
- Mirror of Rust's allocator api for use on stable rust☆59Updated this week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Const TypeId and non-'static TypeId☆66Updated 2 months ago
- Mostly safe wrapper for alloca☆25Updated last year
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆21Updated 3 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆56Updated 7 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago
- Make any value Sync but only available on its original thread☆39Updated 2 months ago
- Use winit like the async runtime you've always wanted☆50Updated 11 months ago
- ☆56Updated last year
- Macro for sealing traits and structures☆54Updated 5 months ago
- Async, lock-free synchronization primitives for task wakeup☆44Updated 8 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated last month
- sptr: The Strict Provenance Polyfill☆76Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated 2 weeks ago
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- Twinsies is a specialized reference-counting pointer where the item is jointly owned in 2 places☆27Updated last year