Crate git_config_value
source · [−]Expand description
Parsing for data types used in git-config
files to allow their use from environment variables and other sources.
Feature Flags
serde1
— Data structures implementserde::Serialize
andserde::Deserialize
.
Modules
Structs
Any value that can be interpreted as a boolean.
Any value that may contain a foreground color, background color, a
collection of color (text) modifiers, or a combination of any of the
aforementioned values, like red
or brightgreen
.
The error returned when any config value couldn’t be instantiated due to malformed input.
Any value that can be interpreted as an integer.
Any value that can be interpreted as a path to a resource on disk.