Skip to main content

Module virtual_fs

Module virtual_fs 

Source
Expand description

In-memory virtual filesystem for sandbox mode.

All reads and writes operate against an in-memory store. The host can pre-seed read-only files before execution and extract written files after. No real disk I/O is performed.

Structsยง

VirtualFilesystem
In-memory virtual filesystem implementing FileSystemProvider.