Cargo Features
[dependencies]
meta_tools = { version = "0.12.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled", "meta_for_each", "meta_impls_index", "meta_mod_interface", "meta_constructors", "meta_idents_concat"] }
- default = enabled, meta_constructors, meta_for_each, meta_idents_concat, meta_impls_index
-
These default features are set whenever
meta_tools
is added without
somewhere in the dependency tree.default-features = false - no_std use_alloc?
- use_alloc = no_std
- full = enabled, meta_constructors, meta_for_each, meta_idents_concat, meta_impls_index
- enabled default full?
-
Affects
meta_tools::dependency
… - meta_for_each default full?
- meta_impls_index default full?
-
Enables enabled of impls_index
internal
- meta_mod_interface
-
Enables enabled of mod_interface
- meta_constructors default full? = literally
-
xxx : qqq : make mod_interface optional maybe
- meta_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.
- literally meta_constructors
-
Enables literally
external
- paste meta_idents_concat