pub fn read_file(root: &Path, file_path: &str) -> Result<String, Box<dyn Error>>
Read a file from the working tree relative to a root path.