Module git_config::values[][src]

Expand description

Rust containers for valid git-config types.

Structs

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.

Any value that can be interpreted as an integer.

Enums

Any value that can be interpreted as a boolean.

Discriminating enum for Color attributes.

Discriminating enum for Color parsing.

Discriminating enum for Color values.

Integer prefixes that are supported by git-config.

Discriminating enum between implicit and explicit truthy values.

Fully enumerated valid types that a git-config value can be.

Functions

&[u8] variant of normalize_cow.

Removes quotes, if any, from the provided inputs. This assumes the input contains a even number of unescaped quotes, and will unescape escaped quotes. The return values should be safe for value interpretation.

Vec[u8] variant of normalize_cow.