Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
# Cargo.toml
[dependencies]
staticvec = "0.11.9"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a fixed-capacity stack-allocated vector and pushes elements.
No known issues recorded.
No dependency data recorded yet.