pub fn read_bytes(path: &Path) -> Result<Vec<u8>>
Read an entire file as bytes.
Returns a contextual error when the file cannot be read.