Function get

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

Read a file into Vec<u8> from the given path. The path can be a string or a Path.