Cargo Features
[dependencies]
implements = { version = "0.10.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled"] }
- default = enabled
-
The
enabled
feature is set by default wheneverimplements
is added without
somewhere in the dependency tree.default-features = false - no_std use_alloc?
- use_alloc = no_std
- full = enabled
- enabled default full?
-
Affects
implements::own
,implements::orphan
,implements::exposed
,implements::prelude
…