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 whenevervar_byte_str
is added without
somewhere in the dependency tree.default-features = false - 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