Cargo Features
[dependencies]
multilayer = { version = "0.1.3", default-features = false, features = ["use_std", "use_alloc", "full"] }
- default = use_std
-
The
use_stdfeature is set by default whenevermultilayeris added withoutsomewhere in the dependency tree.default-features = false - use_std default full?
-
Affects
wca_lib::ca,wca_lib::string,error_tools_lib::error,graphs_tools_lib::abs,graphs_tools_lib::canonical,graphs_tools_lib::algo,wplot_lib::abs,wplot_lib::sys,init::commands_form,wpublisher::bool,wpublisher::files,wpublisher::manifest,wpublisher::http,wpublisher::process,wpublisher::digest,wtest_lib::commands,string::indentation,string::isolate,string::number,string::parse_request… - use_alloc full?
- full = use_alloc, use_std