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