arrayvec

JSON →
library 0.7.6 ·rust
verified Jun 16, 2026

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