#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

#1441 in Rust patterns

Download history 34/week @ 2024-08-04 39/week @ 2024-08-11 31/week @ 2024-08-18 36/week @ 2024-08-25 43/week @ 2024-09-01 386/week @ 2024-09-08 205/week @ 2024-09-15 103/week @ 2024-09-22 103/week @ 2024-09-29 83/week @ 2024-10-06 210/week @ 2024-10-13 151/week @ 2024-10-20 76/week @ 2024-10-27 98/week @ 2024-11-03 84/week @ 2024-11-10 62/week @ 2024-11-17

333 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