Cargo Features
[dependencies]
proc_macro_tools = { version = "0.1.17", default-features = false, features = ["use_std", "use_alloc", "full"] }
- default = use_std
-
The
use_std
feature is set by default wheneverproc_macro_tools
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