Expand description
Automatic filesystem scopes for one project execution and its task recordings.
ExecutionScope centralizes collision-resistant directory creation so
applications do not format timestamps, append process identifiers, or
create task directories themselves. The scope owns organization only;
individual crate::storage::SystemStateWriter values still exclusively
create and own their recording directories.
Structs§
- Execution
Scope - One created or reopened project-execution directory.
Enums§
- Execution
Scope Error - Failure while creating or opening an execution scope.