Skip to content

Releases: Mysvac/fastvec-rs

2.0.0

01 Apr 09:25

Choose a tag to compare

Original New Action Feature Flag
StackVec ArrayVec Rename only arrayvec
AutoVec SmallVec Refactor smallvec
FastVec FastVec Improve fastvec

Each type is gated behind its own feature flag.
When a feature is disabled, the corresponding type is not compiled, reducing binary size and compilation time.