arraybox 0.0.1

A box with fixed capacity, backed by a byte array (it can be stored on the stack too). Implements fixed capacity `ArrayBox`.
Documentation
1
2
3
4
5
![maintenance: experimental](https://img.shields.io/badge/maintenance-experimental-blue.svg)

# `arraybox`

A box with fixed capacity, backed by a byte array (it can be stored on the stack too). Implements fixed capacity `ArrayBox`.