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 π