pub fn load(project_root: &Path) -> LoadedConfigExpand description
Try to load .krait/krait.toml (or legacy krait.toml) from the project root.
Returns None config with AutoDetected source if no config file exists.
pub fn load(project_root: &Path) -> LoadedConfigTry to load .krait/krait.toml (or legacy krait.toml) from the project root.
Returns None config with AutoDetected source if no config file exists.