Cargo Features
[dependencies]
former_types = { version = "2.12.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled", "types_former", "types_component_assign"] }
- default = enabled, types_component_assign, types_former
-
These default features are set whenever
former_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
Affects
forming::FormingEndClosure
… - full = enabled, types_component_assign, types_former
- enabled default full?
-
Enables enabled of collection_tools
Affects
former_types::dependency
,former_types::own
,former_types::orphan
,former_types::exposed
,former_types::prelude
… - types_former default full?
- types_component_assign default full?
-
Affects
component::Assign
,component::OptionExt
,component::AssignWithType
…