read

Function read 

Source
pub fn read<P: AsRef<Path>>(path: P) -> Result<Vec<u8>>
Expand description

Reads the entire contents of a file into a bytes vector.

ยงErrors

May return any of the same errors as std::fs::read