Cargo Features
oxidd-manager-index has no features set by default.
[dependencies]
oxidd-manager-index = { version = "0.8.0", features = ["statistics", "static_leak_check"] }
- statistics
-
Report garbage collections to stderr
- static_leak_check
-
Check that
Edge
is never dropped via itsDrop
implementation. This is done by adding a function call to a non-existing external function to theDrop
implementation. So if the check fails, there will be a weird linker error. Using this feature in unoptimized builds may cause false positives.