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