Cargo Features
[dependencies]
wplot = { version = "0.1.7", default-features = false, features = ["use_std", "use_alloc", "full"] }
- default = use_std
-
The
use_stdfeature is set by default wheneverwplotis added withoutsomewhere 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