Cargo Features
[dependencies]
bit-set-omnitool = { version = "0.6.0", default-features = false, features = ["std", "bench"] }
- default = std
-
The
std
feature is set by default wheneverbit-set-omnitool
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of bit-vec-omnitool
- bench
bit-set-omnitool has 3 features without comments.