Crate diskplan_filesystem
source ·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
- The default mode for directories (
0o755
orrwxr-xr-x
) - The default mode for files (
0o644
orrw-r--r--
)
Traits
- Operations of a file system