Module gix::config::parse::section

source ·
Expand description

Modules

Structs

  • A parsed section header, containing a name and optionally a subsection name.
  • Wrapper struct for key names, like path in include.path, since keys are case-insensitive.
  • Wrapper struct for section header names, like remote, since these are case-insensitive.

Type Aliases

  • A container for events, avoiding heap allocations in typical files.