Skip to main content

read_file

Function read_file 

Source
pub fn read_file(path: &Path) -> Result<FileData>
Expand description

Read a file with zero-copy mmap for large files, buffered read for small ones.