Cargo Features

WebGraph has no features set by default.

[dependencies]
webgraph = { version = "0.3.0", features = ["slow_tests", "fuzz", "serde", "be_bins", "le_bins"] }
slow_tests

Test feature that enables long running tests

fuzz

Expose the fuzzing harnesses

Enables arbitrary, fuzz of dsi-bitstream and zip

Fuzzing deps

Affects webgraph::fuzz

serde

Enables serde

be_bins

Enable read / write of only BE bvgraphs (to reduce code size)

le_bins

Enable read / write of only LE bvgraphs (to reduce code size)