Cargo Features
[dependencies]
capacity = { version = "0.1.2", default-features = false, features = ["std", "bounded"] }
- default = bounded
-
The
bounded
feature is set by default whenevercapacity
is added without
somewhere in the dependency tree.default-features = false - std
- bounded default
-
Affects
capacity::Bounded
,capacity::CapacityIndicator
…