Name Description Size Coverage
array_string.rs 21071 0 %
arrayvec.rs 40077 72 %
arrayvec_impl.rs 2339 72 %
char.rs 3315 0 %
errors.rs 1193 0 %
lib.rs **arrayvec** provides the types [`ArrayVec`] and [`ArrayString`]: array-backed vector and string types, which store their contents inline. The arrayvec package has the following cargo features: - `std` - Optional, enabled by default - Use libstd; disable to use `no_std` instead. - `serde` - Optional - Enable serialization for ArrayVec and ArrayString using serde 1.x - `zeroize` - Optional - Implement `Zeroize` for ArrayVec and ArrayString ## Rust Version This version of arrayvec requires Rust 1.51 or later. 1640 -
utils.rs 325 -