Structs§
- Analyze
Builder - Copy
Builder - Engine
Options - File
Engine - Base struct (always present). Holds only shared config — no
feature-specific state (e.g. no
notifywatcher handles). Those live inside each feature’s own builder/handle types. - File
Info - Handle
- Handle to a spawned operation (
copy,move_path,analyze,compress,sync, …). ImplementsFutureso callers can simply.awaitit for the final result, and exposes aProgressstream + cooperative cancellation in the meantime. - Move
Builder - Progress