6 releases
0.1.4 | Oct 19, 2024 |
---|---|
0.1.3 | Sep 10, 2024 |
0.1.1 | Nov 10, 2023 |
0.1.0 | Sep 7, 2023 |
0.0.1 | Jan 10, 2023 |
#1394 in Rust patterns
541 downloads per month
Used in 3 crates
(via dynamic-cast)
6KB
75 lines
arraybox
A box with fixed capacity, backed by a byte array (it can be stored on the stack too). Implements fixed capacity ArrayBox
.