Crate fixed_capacity_vec
source ·Expand description
The FixedCapacityVec
data type
STABILITY WARNING
This is a preview of this crate. We intend to tidy it up and make a proper release.
Structs
- Like
Vec
with a capacity fixed at compile time
The FixedCapacityVec
data type
STABILITY WARNING
This is a preview of this crate. We intend to tidy it up and make a proper release.
Vec
with a capacity fixed at compile time