Cargo Features
[dependencies]
either_of = { version = "0.1.5", default-features = false, features = ["no_std"] }
- default = no_std
-
The
no_std
feature is set by default whenevereither_of
is added without
somewhere in the dependency tree.default-features = false - no_std default
either_of has 2 features without comments.