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

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