pub fn file_contents_as_bytes<P: AsRef<Path>>(path: P) -> Result<Vec<u8>>
Parse file contents into a vector of bytes.