Module config_value

Module config_value 

Source
Expand description

ConfigValue represents Cargo configuration values loaded from TOML.

See the module-level doc for how configuration is parsed and deserialized.

Enums§

ConfigValue
Similar to [toml::Value] but includes the source location where it is defined.

Constants§

NON_MERGEABLE_LISTS 🔒
List of which configuration lists cannot be merged.

Functions§

is_nonmergeable_list 🔒