#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

#1693 in Rust patterns

Download history 106/week @ 2024-09-24 91/week @ 2024-10-01 90/week @ 2024-10-08 261/week @ 2024-10-15 97/week @ 2024-10-22 77/week @ 2024-10-29 105/week @ 2024-11-05 67/week @ 2024-11-12 81/week @ 2024-11-19 74/week @ 2024-11-26 75/week @ 2024-12-03 89/week @ 2024-12-10 84/week @ 2024-12-17 59/week @ 2024-12-24 62/week @ 2024-12-31 52/week @ 2025-01-07

272 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