Cargo Features

[dependencies]
plot_interface = { version = "0.1.3", default-features = false, features = ["use_std", "use_alloc", "full"] }
default = use_std

The use_std feature is set by default whenever plot_interface 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