Expand description
.bin format: magic “DEVS” + version + cwd + root node tree.
Enums§
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.