Cargo Features
heph-inbox has no features set by default.
[dependencies]
heph-inbox = { version = "0.2.3", features = ["stress_testing", "unstable_nightly"] }
- stress_testing
-
Enables some tests that take a long to run.
- unstable_nightly
-
Enable some unstable nightly features. Currently:
cfg_sanitize
to fix a false positive around atomic fences.