Cargo Features
[dependencies]
simple-binary-tree = { version = "0.1.0", default-features = false, features = ["Btree"] }
- default = Btree
-
The
Btreefeature is set by default wheneversimple-binary-treeis added withoutsomewhere in the dependency tree.default-features = false - Btree default
-
Affects
simple-binary-tree::Node…