Skip to main content

load_from_file

Function load_from_file 

Source
pub fn load_from_file(path: &Path) -> Result<Vfs>
Expand description

Load VFS from a .bin file.

ยงErrors

Returns I/O error on read failure or invalid/corrupt .bin data.