Skip to main content

read_large_file

Function read_large_file 

Source
pub async fn read_large_file(path: impl AsRef<Path>) -> Result<Vec<u8>, Error>
Expand description

Reads a large file from the given path.

The file is read in an async manner.