#byte-array #union #array #stack #box #no-std

nightly no-std arraybox

A box with fixed capacity, backed by a byte array (it can be stored on the stack too). Implements fixed capacity ArrayBox.

5 releases

0.1.3 Sep 10, 2024
0.1.2 Sep 10, 2024
0.1.1 Nov 10, 2023
0.1.0 Sep 7, 2023
0.0.1 Jan 10, 2023

#1155 in Rust patterns

Download history 39/week @ 2024-06-13 38/week @ 2024-06-20 32/week @ 2024-06-27 43/week @ 2024-07-04 57/week @ 2024-07-11 41/week @ 2024-07-18 36/week @ 2024-07-25 40/week @ 2024-08-01 34/week @ 2024-08-08 37/week @ 2024-08-15 30/week @ 2024-08-22 41/week @ 2024-08-29 298/week @ 2024-09-05 234/week @ 2024-09-12 140/week @ 2024-09-19 95/week @ 2024-09-26

777 downloads per month
Used in 3 crates (via dynamic-cast)

MIT/Apache

6KB
79 lines

maintenance: experimental

arraybox

A box with fixed capacity, backed by a byte array (it can be stored on the stack too). Implements fixed capacity ArrayBox.

No runtime deps