Module confget::backend

source ·
Expand description

Abstract definitions for data parsing backends.

Modules

  • Parse INI-style files using a Nom-based parser.
  • Parse INI-style configuration files.

Traits

  • A backend that implements parsing a specific type of configuration data.

Type Aliases

  • The variables read from the input data and the first section name.