A wrapper that allows storage of unsized values of up to a fixed size inline (without boxing)
Support for two-dimentional stacks for the Rust programming language
DSTs and arrays on the stack!
`Small Box` optimization: store small item on stack and fallback to heap for large item.
Like a Box, but small objects are stored on the stack
Box<T> with small value optimization
A string allocator for allocating many write-once strings. This library is primarily useful for parsing where you need to repeatedly build many strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer.
High-performance, no_std, MCU-friendly FFT, DCT, DST, Hartley, Wavelet, STFT, and more. Stack-only, SIMD, and batch transforms for embedded and scientific Rust.
`NanoBox` optimization: store small item on stack and fallback to heap for large item.
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
Fast image blurring in pure Rust
Smallbox2 is a stack-preferred Box alternative