Cargo Features
[dependencies]
test_tools = { version = "0.11.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled"] }
= features
- default = enabled
-
The
enabled
feature is set by default whenevertest_tools
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 collection_tools, data_type, diagnostics_tools, error_tools, mem_tools, meta_tools, process_tools, and typing_tools
error_tools:
internal
Affects
test_tools::dependency
…