Function read

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

Wrapper for std::fs::read.