Module io

Module io 

Source
Expand description

IO helpers

Functionsยง

read_bytes_from_file
Helper function to read bytes from a file, preallocating the required space. TODO(Makis): Consider using Path/PathBuf when appropriate.