Small Box optimization: store small item on stack and fallback to heap for large item.
☆93Jul 2, 2025Updated 8 months ago
Alternatives and similar repositories for smallbox
Users that are interested in smallbox are comparing it to the libraries listed below
Sorting:
- A circular buffer with fixed capacity (Rust).☆108Jan 14, 2024Updated 2 years ago
- splice(2) based `copy_bidirectional` in tokio☆22Aug 17, 2025Updated 6 months ago
- Further developed as SyntaxDot: https://github.com/tensordot/syntaxdot☆13Dec 18, 2020Updated 5 years ago
- A low-level, zero-copy, panic-free, binary serializer and deserializer. (parser and encoder)☆43Feb 10, 2024Updated 2 years ago
- A library for simulating mouse and keyboard events☆40Jan 20, 2024Updated 2 years ago
- A Rust implementation of the Zopfli compression algorithm.☆78Mar 5, 2022Updated 3 years ago
- markdown article☆13May 24, 2018Updated 7 years ago
- Odds and ends — collection miscellania. Extra functionality for slices, strings and other things☆22Apr 11, 2020Updated 5 years ago
- String interning for Rust☆208Sep 8, 2025Updated 5 months ago
- Defer running expensive destructors until later☆19Aug 27, 2022Updated 3 years ago
- An experimental programming language for ergonomic software verification☆16Feb 5, 2026Updated 3 weeks ago
- Debug RefCell which keeps track of stack traces in debug mode☆24Jul 13, 2023Updated 2 years ago
- ☆17Dec 23, 2021Updated 4 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Oct 12, 2025Updated 4 months ago
- Apache-2 licensed common Ethereum structs shared by crates☆21Oct 25, 2019Updated 6 years ago
- A structure for holding a set of enum variants☆19Mar 6, 2019Updated 6 years ago
- cross-platform Rust API for memory mapped IO☆570Feb 13, 2022Updated 4 years ago
- ☆738Mar 2, 2020Updated 6 years ago
- A minimum preemptive OS on Cortex-M3 (specially on blue-pill board) written in Rust.☆34Jul 25, 2019Updated 6 years ago
- Rust macro to specialize on the type of an expression.☆47Apr 26, 2023Updated 2 years ago
- Cross platform process information in Rust☆70Jan 26, 2026Updated last month
- Run closures in parallel☆114Jan 19, 2025Updated last year
- ☆19Nov 20, 2021Updated 4 years ago
- Rust GFX examples with Sciter UI.☆19Dec 6, 2022Updated 3 years ago
- Pure-macro Do notation and List-comprehension for Option, Result and Iterator.☆54Oct 26, 2019Updated 6 years ago
- Coroutine and async/await support for tokio-based futures☆120Mar 7, 2020Updated 5 years ago
- async time combinators☆25Nov 9, 2025Updated 3 months ago
- A lock-free async waitgroup implementation☆37Feb 3, 2022Updated 4 years ago
- FleetFS distributed filesystem☆40Feb 15, 2026Updated 2 weeks ago
- ☆37Mar 22, 2023Updated 2 years ago
- Rust crate for Ok-wrapping and try blocks☆22Oct 18, 2022Updated 3 years ago
- Disassembler for Python bytecode☆17Aug 12, 2021Updated 4 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Mar 5, 2023Updated 2 years ago
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated last week
- Rust crate for a convenient RAII scope guard.☆551Jul 17, 2023Updated 2 years ago
- An integration to render SVG files with Vello.☆49Jan 29, 2026Updated last month
- A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.☆63Updated this week
- Convert `try!()` into `?`s☆34Apr 1, 2017Updated 8 years ago
- A growable bit-vector for Rust, optimized for size☆46Feb 15, 2025Updated last year