A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
Interop between the arrayvec and generic_array crates
Additional utilities for working with ArrayVec and ArrayString that make it more similar to the standard library
A high-performance SBO vector crate.
Static analysis tool for semver bump propagation in Cargo workspaces
A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
A vec-like type backed by an array on the stack.
A compact protobuf-like serializer and deserializer for the Rust Language.
Copy arrayvec, does what it says on the tin
Vector-like container with fixed capacity, using options instead of stored length
Defines and implements Iterable, Collection and CollectionMut traits to represent types that can be iterated over multiple times.
An array backed vector