let mut file = File::open(path)?; let mut contents = String::new(); file.read_to_string(&mut contents)?;