Module toml

Source
Expand description

Helpers for reading runtime configuration from a TOML file.

Structs§

TomlKeyTracker
A helper for tracking which keys have been used in a TOML table.

Traits§

GetTomlValue
A trait for getting a TOML value by key.