Module virtual_fs::union_fs

source ·
Expand description

Another implementation of the union that uses paths, its not as simple as TmpFs. not currently used but was used by the previoulsy implementation of Deploy - now using TmpFs

Structs§

  • A strong mount point holds a strong Arc reference to the filesystem mounted at path path.
  • Allows different filesystems of different types to be mounted at various mount points

Type Aliases§