Cargo Features
oxidd-manager-pointer has no features set by default.
[dependencies]
oxidd-manager-pointer = { version = "0.3.0", features = ["static_leak_check"] }
- 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.