[][src]Module vfs::impls

Virtual filesystem implementations

Modules

altroot

A file system with its root in a particular directory of another filesystem

memory

An ephemeral in-memory file system, intended mainly for unit tests

overlay

An overlay file system combining two filesystems, an upper layer with read/write access and a lower layer with only read access

physical

A "physical" file system implementation using the underlying OS file system