Expand description

Configuration.

RTRTR is configured through a single TOML configuration file. We use serde to deserialize this file into the Config struct provided by this module. This struct also provides the facilities to load the config file referred to in command line options.

Structs

The complete RTRTR configuration.

An error occurred during parsing of a configuration file.

A config file.

A path that encountered in a config file.

A value marked with its source location.