Skip to main content

serialize

Function serialize 

Source
pub fn serialize(vfs: &Vfs) -> Result<Vec<u8>, Error>
Expand description

Serialize VFS to .bin format: DEVS magic + version 1 + cwd + root node tree.

ยงErrors

Returns Error::Io on write failure or if cwd/name/children length overflows the wire format.