Expand description
Storage-related abstractions and commands.
Structs§
- CdCommand
- The
CD
command. - DirCommand
- The
DIR
command. - Directory
Drive - A drive that is backed by an on-disk directory.
- Directory
Drive Factory - Factory for directory-backed drives.
- Disk
Space - Representation of some amount of disk space. Can be used to express both quotas and usage.
- Drive
Files - Collection of entries in the store and their metadata. Used to represent the result of the
Drive::enumerate
call. - File
Acls - Describes the ACLs of a file.
- InMemory
Drive - A drive that records all data in memory only.
- InMemory
Drive Factory - Factory for in-memory drives.
- Metadata
- Metadata of an entry in a storage medium.
- Mount
Command - The
MOUNT
command. - PwdCommand
- The
PWD
command. - Storage
- Storage subsystem representation.
- Unmount
Command - The
UNMOUNT
command.
Traits§
- Drive
- Abstract operations to load and store programs on some storage medium.
- Drive
Factory - Trait to instantiate drives of a given type.
Functions§
- add_all
- Adds all file system manipulation commands for
storage
to themachine
, usingconsole
to display information.