Crate pseudo_fs

Crate pseudo_fs 

Source

Structs§

LazyPseudoDirectory
A pseudo directory that delays constructing a PseudoDirectory until a request is received.
PseudoDirectory
An implementation of a “simple” pseudo directory. This directory holds a set of entries, allowing the server to add or remove entries via the crate::directory::helper::DirectlyMutable::add_entry() and crate::directory::helper::DirectlyMutable::remove_entry methods.
PseudoFile
Implementation of a VMO-backed file in a virtual file system.

Enums§

LazyPseudoDirectoryState

Traits§

ToPseudoDirectory