[][src]Module vfs::impls::overlay

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

Structs

OverlayFS

An overlay file system combining several filesystems into one, an upper layer with read/write access and lower layers with only read access