notflan / stackalloc-rs
A safe library for allocating arbitrarily sized data on the stack at runtime in Rust.
☆16Updated 6 months ago
Related projects ⓘ
Alternatives and complementary repositories for stackalloc-rs
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 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.☆42Updated 9 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- ☆35Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated last month
- We have Crater At Home☆20Updated 2 weeks ago
- A primitive for writing structural search and replace programs for rust☆31Updated 4 months ago
- Mirror of Rust's allocator api for use on stable rust☆43Updated this week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆62Updated 2 months ago
- Const TypeId and non-'static TypeId☆53Updated 2 weeks ago
- Macro for sealing traits and structures☆49Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated this week
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆58Updated 3 months ago
- Bare-metal allocators.☆75Updated 2 years ago
- horrible serde macro stuff☆38Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 3 weeks ago
- Mostly safe wrapper for alloca☆25Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆86Updated 6 months ago
- Faster integer division and modulus operations☆70Updated last year
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆36Updated 6 months ago
- Postfix macros on stable Rust, today.☆76Updated 3 years ago
- An exploration of Storages☆34Updated last year
- ☆55Updated last year
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 2 years ago
- Constant-time dynamic memory allocator in Rust☆88Updated last year
- ☆29Updated 6 months ago
- Lending iterators on stable Rust☆80Updated 10 months ago
- Automatic `mod` declaration with visibility/re-export customization, conditional compilation and more.☆19Updated last year
- Imitate the documentation build that docs.rs would do☆40Updated this week