Module virtual_fs::mem_fs
source · Modules§
- file πThis module contains the
FileHandle
andFile
implementations. They arenβt exposed to the public API. OnlyFileHandle
can be used through theVirtualFile
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
andstderr
.
Structs§
- ArcDirectoryNode π
- ArcFileNode π
- CustomFileNode π
- DirectoryNode π
- FileNode π
- The in-memory file system!
- OffloadedFileNode π
- ReadOnlyFileNode π
- A wrapper type around the standard I/O stream of the same name that implements
VirtualFile
. - A wrapper type around the standard I/O stream of the same name that implements
VirtualFile
. - 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 π