Skip to main content

Module serialization

Module serialization 

Source
Expand description

.bin format: magic “DEVS” + version + cwd + root node tree.

Enums§

Error

Functions§

deserialize
Deserialize VFS from .bin format.
load_from_file
Load VFS from a .bin file.
save_to_file
Save VFS to a .bin file.
serialize
Serialize VFS to .bin format: DEVS magic + version 1 + cwd + root node tree.