Module git_config::file[][src]

Expand description

This module provides a high level wrapper around a single git-config file.

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.

Enums

All possible error types that may occur from interacting with GitConfig.

Represents the errors that may occur when calling GitConfig::from_env.