Cargo Features
Graphlib has no features set by default.
[dependencies]
graphlib = { version = "0.6.3", features = ["sbench", "no_std", "dot"] }
- sbench
-
use
cargo bench --features sbench
only if you want benchmarks with 10 million iterations (may fail on some systems) - no_std
-
nightly feature for
no_std
for build usecargo +nightly build --features no_std
Enables nightly of hashbrown ^0.6.3