Enums§
Functions§
- read
- Read config from an explicit source.
- read_
existing - Read config from an existing TOML, JSON, or JSONC file.
- read_
or_ create_ default - Read config from a TOML, JSON, or JSONC file, creating the file with
T::default()when it does not already exist. - save
- Save the current config to a TOML or JSON file.
- save_
inferred - Save the current config by inferring the format from the file extension.