Function tauri_codegen::get_config[][src]

pub fn get_config(path: &Path) -> Result<(Config, PathBuf), ConfigError>
Expand description

Get the Config from the TAURI_CONFIG environmental variable, or read from the passed path.

If the passed path is relative, it should be relative to the current working directory of the compiling crate.