#no-std #stack #box #array #union

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.

2 unstable releases

0.1.0 Sep 7, 2023
0.0.1 Jan 10, 2023

#6 in #union

37 downloads per month

MIT/Apache

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