cargo_util::paths

Function read_bytes

Source
pub fn read_bytes(path: &Path) -> Result<Vec<u8>>
Expand description

Reads a file into a bytes vector.

Equivalent to std::fs::read with better error messages.