compio_fs

Function read

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

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