Copy arrayvec, does what it says on the tin
Variable-length buffer backed by a fixed-size heap array
A fast, extensible, greedy, single-pass text tokenizer for Rust
A no_std, fixed-capacity, stack-allocated Copy vector for Copy types, with no unsafe code by default.
Vector-like facade for arrays allocated entirely on the stack.
Defines and implements Iterable, Collection and CollectionMut traits to represent types that can be iterated over multiple times.
An immutable fixed capacity stack based generic copy string
Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.
A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
A compact protobuf-like serializer and deserializer for the Rust Language.
A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
Fixed-size buffers for network protocol parsers