Expand description
Config files: format detection, ordered round-trips, atomic writes.
Structs§
- Document
- The parsed content of one config file: the entry list plus any unknown top-level keys, which are preserved on write-back.
- File
Suspend Guard - RAII guard for the file-level suspend counter.
- Loader
File - A handle to one config file on disk.
Enums§
- File
Format - The serialization format of a
LoaderFile, picked from its extension.