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 whenever wtest_basic is added without default-features = false somewhere in the dependency tree.

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