Cargo Features
[dependencies]
component_model_types = { version = "0.3.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled", "types_component_assign"] }
- default = enabled, types_component_assign
-
These default features are set whenever
component_model_types
is added without
somewhere in the dependency tree.default-features = false - no_std use_alloc?
-
Enables no_std of collection_tools
- use_alloc = no_std
-
Enables use_alloc of collection_tools
- full = enabled, types_component_assign
- enabled default full?
-
Enables enabled of collection_tools
Affects
component_model_types::dependency
,component_model_types::own
,component_model_types::orphan
,component_model_types::exposed
,component_model_types::prelude
… - types_component_assign default full?
-
Affects
component::Assign
,component::OptionExt
,component::AssignWithType
…