pub fn load_project_settings_for_write(
cwd: &Path,
) -> Result<Settings, ConfigError>Expand description
Load the project settings document that rpi may safely update. The
preferred .rpi file wins; when it does not exist, native Pi’s .pi file
seeds the first rpi-owned save so package changes do not discard fields rpi
does not model.