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 use cargo +nightly build --features no_std

Enables nightly of hashbrown ^0.6.3

Features from optional dependencies

dot implicit feature

Enables dot

dot:

A library for generating Graphviz DOT language files for graphs

Affects graphlib::dot