Cargo Features

oxidd-manager-index has no features set by default.

[dependencies]
oxidd-manager-index = { version = "0.6.0", features = ["statistics", "static_leak_check"] }
statistics

Report garbage collections to stderr

static_leak_check

Check that Edge is never dropped via its Drop implementation. This is done by adding a function call to a non-existing external function to the Drop implementation. So if the check fails, there will be a weird linker error. Using this feature in unoptimized builds may cause false positives.