Cargo Features

BumpyVector has no features set by default.

[dependencies]
bumpy_vector = { version = "0.0.4", features = ["serialize"] }
serialize = ron, serde

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde serialize?

Enables serde

Serialize / deserialize are disabled by default

ron serialize?

Enables ron ~0.5.1