read

Function read 

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

Read the entire contents of a file into a byte vector.

Handles files larger than io_uring’s single-operation limit (~2GB) by chunking automatically.