Cargo Features
[dependencies]
cidr = { version = "0.3.0", default-features = false, features = ["std", "no_unsafe", "bitstring", "serde"] }
- default = std
-
The
std
feature is set by default whenevercidr
is added without
somewhere in the dependency tree.default-features = false - std default
- no_unsafe
- bitstring
-
Enables bitstring
- serde
-
Enables serde
Cidr has 5 features without comments.