Module git_config::file
source · [−]Expand description
This module provides a high level wrapper around a single git-config file.
Modules
Structs
An intermediate representation of a mutable multivar obtained from
File.
A opaque type that represents a mutable reference to a section.
An intermediate representation of a mutable value obtained from
File.
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.