pub fn read_platform(
target: Target,
root_dir: PathBuf,
) -> Result<Option<(Value, PathBuf)>, ConfigError>
Expand description
Reads the platform-specific configuration file from the given root directory if it exists.
Check read_from
for more information.