Module git_config::file [−][src]
This module provides a high level wrapper around a single git-config file.
Structs
| GitConfig | High level |
| MutableMultiValue | An intermediate representation of a mutable multivar obtained from
|
| MutableSection | A opaque type that represents a mutable reference to a section. |
| MutableValue | An intermediate representation of a mutable value obtained from
|
| SectionBody | A opaque type that represents a section body. |
Enums
| GitConfigError | All possible error types that may occur from interacting with |