#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.

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

Download history 41/week @ 2024-07-27 36/week @ 2024-08-03 33/week @ 2024-08-10 36/week @ 2024-08-17 35/week @ 2024-08-24 44/week @ 2024-08-31 370/week @ 2024-09-07 195/week @ 2024-09-14 125/week @ 2024-09-21 101/week @ 2024-09-28 78/week @ 2024-10-05 93/week @ 2024-10-12 270/week @ 2024-10-19 79/week @ 2024-10-26 101/week @ 2024-11-02 79/week @ 2024-11-09

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

MIT/Apache

6KB
75 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