pub fn read_platform(root_dir: PathBuf) -> Result<Option<Value>, ConfigError>
Expand description

Reads the platform-specific configuration file from the given root directory if it exists.

Check read_from for more information.