Module mem_fs

Source

ModulesΒ§

file πŸ”’
This module contains the FileHandle and File implementations. They aren’t exposed to the public API. Only FileHandle can be used through the VirtualFile trait object.
file_opener πŸ”’
filesystem πŸ”’
This module contains the FileSystem type itself.
offloaded_file πŸ”’
stdio πŸ”’
This module contains the standard I/O streams, i.e. β€œemulated” stdin, stdout and stderr.

StructsΒ§

ArcDirectoryNode πŸ”’
ArcFileNode πŸ”’
CustomFileNode πŸ”’
DirectoryNode πŸ”’
FileNode πŸ”’
FileSystem
The in-memory file system!
OffloadBackingStore
OffloadedFileNode πŸ”’
ReadOnlyFileNode πŸ”’
Stderr
A wrapper type around the standard I/O stream of the same name that implements VirtualFile.
Stdin
A wrapper type around the standard I/O stream of the same name that implements VirtualFile.
Stdout
A wrapper type around the standard I/O stream of the same name that implements VirtualFile.

EnumsΒ§

Node πŸ”’

ConstantsΒ§

ROOT_INODE πŸ”’

FunctionsΒ§

time πŸ”’

Type AliasesΒ§

Inode πŸ”’