Cargo Features
robust-binary-search has no features set by default.
[dependencies]
robust-binary-search = { version = "0.1.1", features = ["tuner", "benchmark"] }
- tuner = rand
-
Required by the tuner binary
- benchmark = lazy_static, rand, regex
-
Required by the benchmark binary
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- lazy_static benchmark?
- rand benchmark? tuner?
-
Enables rand ^0.7.3
- regex benchmark?