`tinyvec` provides 100% safe vec-like data structures.
# Cargo.toml
[dependencies]
tinyvec = "1.11.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a TinyVec with a fixed-size inline array.
Specify an array type like TinyVec<[i32; 4]> for inline storage.
No dependency data recorded yet.