Cargo Features

GenerationalVector has no features set by default.

[dependencies]
generational_vector = { version = "0.3.0", features = ["smallvec", "tinyvec"] }
smallvec

Enables the use of SmallVec<T> for the free list.

Enables smallvec

tinyvec

Enables the use of TinyVec<T> for the free list.

Enables tinyvec