Module tauri_utils::config::parse
source · [−]Expand description
Items to help with parsing content into a Config.
Enums
Represents all the errors that can happen while reading the config.
Constants
All extensions that are currently enabled.
All extensions that are possibly supported, but perhaps not enabled.
Functions
Check if a supported config file exists at path.
Gets the platform configuration file name.
Parse the config from path, including alternative formats.
“Low-level” helper to parse JSON into a Config.
“Low-level” helper to parse JSON into a JSON Value.
Reads the configuration from the given root directory.
Reads the platform-specific configuration file from the given root directory if it exists.