rust-arrayvec 0.5.1 Vector with fixed capacity

This package provides a vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.