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:
- Use winit like the async runtime you've always wanted☆50Updated last year
- ☆42Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Const TypeId and non-'static TypeId☆70Updated last month
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- A primitive for writing structural search and replace programs for rust☆31Updated 2 weeks 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
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆52Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Macro for sealing traits and structures☆61Updated last year
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆44Updated last month
- Async, lock-free synchronization primitives for task wakeup☆51Updated last year
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆43Updated last year
- String optimized for map keys☆67Updated last week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- ☆55Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated last month
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- A concise, self-describing binary format written in Rust for Serde☆68Updated last year
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- Make any value Sync but only available on its original thread☆39Updated last month
- Stalloc is a fast first-fit memory allocator that you can use to quickly speed up your Rust programs.☆32Updated 6 months ago
- Rust crate for writing repetitive code easier and faster.☆45Updated 3 years ago
- A Vec That Has a Smaller size_of☆154Updated 4 months ago
- An exploration of Storages☆39Updated 2 years ago