Cargo Features
[dependencies]
meta_tools_min = { version = "0.2.13", default-features = false, features = ["use_std", "use_alloc", "full", "collection_make", "idents_concat"] }
- default = collection_make, for_each, idents_concat, impls_index, mod_interface, use_std
-
These default features are set whenever
meta_tools_min
is added without
somewhere in the dependency tree.default-features = false - use_std default full?
-
Affects
wca_lib::string
,error_tools_lib::error
,error_tools_lib::result
,init::commands_form
,string::indentation
,string::isolate
,string::number
,string::parse_request
,string::split
… - use_alloc full?
- full = collection_make, for_each, idents_concat, impls_index, mod_interface, use_alloc, use_std
- collection_make default full? = literally
- idents_concat default full? = paste
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- for_each default full?
-
Enables for_each ~0.1
- impls_index default full?
-
Enables impls_index ~0.1
- mod_interface default full?
-
Enables mod_interface ~0.1
- literally collection_make
- paste idents_concat