Cargo Features
[dependencies]
hadris-core = { version = "0.1.1", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverhadris-core
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of chrono and spin
spin:
Enables std-only features such as yield-relaxing.
- alloc std
hadris-core has 3 features without comments.