Cargo Features

[dependencies]
process_tools = { version = "0.3.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled", "process_environment_is_cicd"] }
default = enabled, process_environment_is_cicd

These default features are set whenever process_tools is added without default-features = false somewhere in the dependency tree.

no_std use_alloc?

Enables no_std of former and test_tools

use_alloc = no_std

Enables use_alloc of former and test_tools

full = enabled, process_environment_is_cicd
enabled default full?

Enables enabled of error_tools, former, iter_tools, mod_interface, and proper_path_tools

error_tools:

qqq : xxx : rid off error_for_app

process_environment_is_cicd default full?