notflan / stackalloc-rsLinks
A safe library for allocating arbitrarily sized data on the stack at runtime in Rust.
☆19Updated 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:
- ☆40Updated last year
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 3 months ago
- Macro for sealing traits and structures☆58Updated 7 months ago
- Const TypeId and non-'static TypeId☆66Updated 2 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 6 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆80Updated 3 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Use winit like the async runtime you've always wanted☆51Updated last year
- Minimalist Rust syntax parsing for procedural macros☆63Updated last year
- An exploration of Storages☆37Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 8 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 4 months ago
- A Vec That Has a Smaller size_of☆140Updated 4 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- A snapshot of name squatting on crates.io☆75Updated last year
- Mirror of Rust's allocator api for use on stable rust☆62Updated 2 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆39Updated 7 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 8 months ago
- Faster integer division and modulus operations☆87Updated 3 weeks ago
- ☆57Updated last year
- Constant-time dynamic memory allocator in Rust☆102Updated last month
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆68Updated last month
- Better reference counted strings for Rust☆130Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆148Updated 11 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated this week
- Abstract over different executors☆74Updated last year
- You can name anonymous Future from async fn without dyn or Box!☆61Updated 3 years ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 4 months ago