Module vfs::impls

source ·
Expand description

Virtual filesystem implementations

Modules§

  • A file system with its root in a particular directory of another filesystem
  • An ephemeral in-memory file system, intended mainly for unit tests
  • An overlay file system combining two filesystems, an upper layer with read/write access and a lower layer with only read access
  • A “physical” file system implementation using the underlying OS file system