Expand description
State management for dodot.
The DataStore trait defines dodot’s 8-method storage API.
FilesystemDataStore implements it using symlinks and sentinel
files on a real (or test) filesystem via the Fs trait.
Structs§
- Command
Output - Output from a command execution.
- Filesystem
Data Store DataStoreimplementation backed by the real filesystem.- Shell
Command Runner CommandRunnerthat spawns a real shell process.
Traits§
- Command
Runner - Abstraction over process execution.
- Data
Store - Dodot’s storage interface.