Cargo Features
[dependencies]
wtest_basic = { version = "0.1.14", default-features = false, features = ["use_std", "use_alloc", "full", "nightly"] }
- default = use_std
-
The
use_std
feature is set by default wheneverwtest_basic
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 = use_alloc, use_std
- nightly
-
Enables nightly of typing_tools ~0.1