Cargo Features
[dependencies]
ouroboros_examples = { version = "0.18.5", default-features = false, features = ["miri", "std", "tokio"] }
- default = std
-
The
std
feature is set by default wheneverouroboros_examples
is added without
somewhere in the dependency tree.default-features = false - miri
-
Disables any tests that are not compatible or not intended to run under Miri
- std default