Cargo Features
[dependencies]
btypes = { version = "0.7.12", default-features = false, features = ["all", "named_bools", "bools", "strings", "inf_bools", "inf_named_bools"] }
- default = all
-
The
all
feature is set by default wheneverbtypes
is added without
somewhere in the dependency tree.default-features = false - all default = bools, inf_bools, inf_named_bools, named_bools, strings
- named_bools all = bools
-
Affects
btypes::named_bools
… - bools all named_bools?
-
Affects
btypes::bbool
… - strings all
-
Affects
btypes::bstring
… - inf_bools all inf_named_bools?
-
Affects
btypes::inf_bbool
… - inf_named_bools all = inf_bools
-
Affects
btypes::inf_named_bools
…