notflan / stackalloc-rsLinks
A safe library for allocating arbitrarily sized data on the stack at runtime in Rust.
☆20Updated 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:
- Threadsafe RefCell for Rust☆95Updated 5 months ago
- Use winit like the async runtime you've always wanted☆50Updated last year
- An exploration of Storages☆37Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated 2 weeks ago
- A primitive for writing structural search and replace programs for rust☆31Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 4 months ago
- Const TypeId and non-'static TypeId☆67Updated last week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 10 months ago
- You can name anonymous Future from async fn without dyn or Box!☆61Updated 3 years ago
- ☆40Updated last year
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆47Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆82Updated 2 weeks ago
- String optimized for map keys☆66Updated 2 months 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
- Async, lock-free synchronization primitives for task wakeup☆46Updated 11 months ago
- Mirror of Rust's allocator api for use on stable rust☆63Updated 3 months ago
- A low-level I/O ownership and borrowing library☆104Updated 3 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆149Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 3 weeks ago
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- structured parallel execution for async Rust☆36Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- ☆55Updated last year
- Abstract over different executors☆74Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- Lending iterators on stable Rust☆83Updated last year
- cargo-add command to make dependencies into dylibs☆100Updated 2 years ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated last year
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- Macro for sealing traits and structures☆59Updated 9 months ago