Expand description

Provides an abstract Filesystem trait, together with a physical (DiskFilesystem) and virtual (MemoryFilesystem) implementation.

Structs

  • Owner, group and UNIX permissions
  • Access to a real file system
  • An in-memory representation of a file system
  • UNIX permissions
  • An absolute path that can be split easily into its Root and relative path parts
  • An absolute path to a configured location on disk
  • Optional owner, group and UNIX permissions to be set

Constants

Traits