pub fn read_bytes(path: &Path) -> Result<Vec<u8>>
Reads a file into a bytes vector.
Equivalent to std::fs::read with better error messages.
std::fs::read