pub fn read_file<F: AsRef<Path> + ?Sized>(f: &F) -> Result<Vec<u8>>
Reads the content of a file or standard input if the path is “-”.