Cargo Features

[dependencies]
var_byte_str = { version = "0.1.2", default-features = false, features = ["serialize", "bitvec"] }
default = bitvec

The bitvec feature is set by default whenever var_byte_str is added without default-features = false somewhere in the dependency tree.

serialize = bitvec_serde, serde

Affects var_byte_str::VarByteString

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?
bitvec default

Enables bitvec ^0.17

bitvec_serde serialize?

Enables bitvec ^0.17