pub fn read(path: impl AsRef<Path>) -> Result<Vec<u8>>
Read the entire contents of a file into a bytes vector.
Wrapper for std::fs::read
std::fs::read