arrayvec provides the types ArrayVec and ArrayString:
array-backed vector and string types, which store their contents inline.
The arrayvec crate has the following cargo feature flags:
std- Optional, enabled by default
- Requires Rust 1.6 to disable
- Use libstd