Expand description
Generic config file loader that supports reloading
Structs§
- Config
File - Wrapper around a configuration type T that remembers where it was loaded from and the modification time of the file, and can reload a config if it changed.
Enums§
Constants§
Traits§
Functions§
- backend_
from_ path - load_
ron_ file - parse_
ron - ron_
to_ file_ pretty - Writes via tmpfile-and-rename; retains permissions
- ron_
to_ string_ pretty - save_
config_ file - supported_
formats