Cargo Features
[dependencies]
balanced-ternary = { version = "2.0.0", default-features = false, features = ["ternary-store", "tryte", "ternary-string"] }
- default = ternary-store, tryte
-
These default features are set whenever
balanced-ternary
is added without
somewhere in the dependency tree.default-features = false - ternary-store default = ternary-string
-
Affects
balanced-ternary::dter
… - tryte default = ternary-string
-
Affects
balanced-ternary::tryte
… - ternary-string ternary-store tryte
-
Affects
balanced-ternary::ter
,balanced-ternary::Ternary
…