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