Available on crate feature
std-fs-io only.Expand description
Utilities for handling reading from and writing to files.
Structs§
- Read
File Error - Error reading a file.
- Write
File Error - Error writing a file
Functions§
- read_
file - Read complete at
pathinto memory.