Cargo Features
[dependencies]
ouroboros = { version = "0.18.4", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverouroboros
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ouroboros_macro
Ouroboros has 2 features without comments.