Module git_config::file
source · [−]Expand description
This module provides a high level wrapper around a single git-config
file.
Modules
Structs
High level git-config
reader and writer.
An intermediate representation of a mutable multivar obtained from
GitConfig
.
A opaque type that represents a mutable reference to a section.
An intermediate representation of a mutable value obtained from
GitConfig
.
A git-config
that resolves entries on creation, providing a
HashMap
-like interface for users.
A opaque type that represents a section body.
An owning iterator of a section body. Created by SectionBody::into_iter
.