#byte-array #array #stack #union #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.

3 unstable releases

0.1.1 Nov 10, 2023
0.1.0 Sep 7, 2023
0.0.1 Jan 10, 2023

#2894 in Rust patterns

Download history 31/week @ 2024-02-19 5/week @ 2024-02-26 21/week @ 2024-03-11 18/week @ 2024-03-18 50/week @ 2024-03-25 64/week @ 2024-04-01 36/week @ 2024-04-08 34/week @ 2024-04-15 37/week @ 2024-04-22 30/week @ 2024-04-29

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

MIT/Apache

7KB
98 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.

Dependencies

~11KB