Module toml_file

Source

Enums§

TomlFileError
An error that occurred during reading or writing a TOML file.

Functions§

read_toml_file
Reads the file at the given path and parses it as A.
write_toml_file
Serializes the given value as TOML and writes it to the given file path.