notflan / stackalloc-rsLinks
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 7 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆48Updated last year
- Macro for sealing traits and structures☆56Updated 6 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- An exploration of Storages☆35Updated last year
- Mirror of Rust's allocator api for use on stable rust☆61Updated 3 weeks ago
- Use winit like the async runtime you've always wanted☆50Updated last year
- Const TypeId and non-'static TypeId☆66Updated 3 weeks ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- ☆40Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- ☆36Updated 9 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 8 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated 2 weeks ago
- A Rust library for runtime-checked linearish types☆34Updated last year
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 8 months ago
- Make any value Sync but only available on its original thread☆39Updated 3 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆72Updated 3 weeks ago
- Lending iterators on stable Rust☆82Updated last year
- Choose Rust types at compile-time via constants☆65Updated last year
- Faster integer division and modulus operations☆87Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- You can name anonymous Future from async fn without dyn or Box!☆60Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- Async, lock-free synchronization primitives for task wakeup☆45Updated 8 months ago