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 implement serde::Serialize and serde::Deserialize.

Modules§

color
integer
path

Structs§

Boolean
Any value that can be interpreted as a boolean.
Color
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.
Error
The error returned when any config value couldn’t be instantiated due to malformed input.
Integer
Any value that can be interpreted as an integer.
Path
Any value that can be interpreted as a path to a resource on disk.