Function tiny_std::fs::read

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

Reads a file into a newly allocated vec

Errors

Os errors relating to file access and reading