Function tiny_std::fs::read

source ·
pub fn read<P: AsUnixStr>(path: P) -> Result<Vec<u8>>
Expand description

Reads a file into a newly allocated vec

Errors

Os errors relating to file access and reading