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
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 10 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated 2 months ago
- Mirror of Rust's allocator api for use on stable rust☆47Updated this week
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 weeks ago
- Const TypeId and non-'static TypeId☆55Updated 3 weeks ago
- Macro for sealing traits and structures☆49Updated last month
- Mostly safe wrapper for alloca☆24Updated last year
- We have Crater At Home☆20Updated 3 weeks ago
- An exploration of Storages☆34Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆73Updated 2 months ago
- Make any value Sync but only available on its original thread☆37Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 4 months ago
- Threadsafe RefCell for Rust☆88Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆59Updated 3 months ago
- Bare-metal allocators.☆75Updated 2 years ago
- A Rustified OpenCL Experience☆46Updated last year
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 2 years ago
- Imitate the documentation build that docs.rs would do☆40Updated last week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated last month
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆34Updated 2 months ago
- A Rust library for runtime-checked linearish types☆31Updated last year
- ☆35Updated last year
- ☆55Updated last year
- Lending iterators on stable Rust☆80Updated 10 months ago
- Use winit like the async runtime you've always wanted☆47Updated 5 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last week
- ☆29Updated 6 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆36Updated 6 months ago