#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

#2891 in Rust patterns

Download history 42/week @ 2023-12-22 30/week @ 2023-12-29 30/week @ 2024-01-05 7/week @ 2024-01-12 14/week @ 2024-02-16 20/week @ 2024-02-23 2/week @ 2024-03-01 13/week @ 2024-03-08 15/week @ 2024-03-15 43/week @ 2024-03-22 57/week @ 2024-03-29 31/week @ 2024-04-05

147 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