Function tiny_std::fs::read_to_string

source ·
pub fn read_to_string<P: AsUnixStr>(path: P) -> Result<String>
Expand description

Reads a file into a newly allocated vec

Errors

Os errors relating to file access and reading as well as utf8 conversion errors