Function axstd::fs::read

source ·
pub fn read(path: &str) -> Result<Vec<u8>>
Available on crate features fs and alloc only.
Expand description

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