Expand description
A high level wrapper around a single or multiple git-config
file, for reading and mutation.
Modules§
Structs§
- Metadata
- Additional information about a section.
- Multi
Value Mut - An intermediate representation of a mutable multivar obtained from a
File
. - Section
- A section in a git-config file, like
[core]
or[remote "origin"]
, along with all of its keys. - Section
Id - The section ID is a monotonically increasing ID used to refer to section bodies.
This value does not imply any ordering between sections, as new sections
with higher section IDs may be in between lower ID sections after
File
mutation. - Section
Mut - A opaque type that represents a mutable reference to a section.
- Value
Mut - An intermediate representation of a mutable value obtained from a
File
.