rust-arrayvec 0.4.12 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.