Skip to main content

Crate cloudiful_config

Crate cloudiful_config 

Source

Enums§

ConfigSource
FileType

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.