sourcefrog / conserve

🌲 Robust file backup tool in Rust
Other
262 stars 21 forks source link

Replace RestoreStats with Monitor #244

Closed sourcefrog closed 10 months ago

sourcefrog commented 10 months ago

Rather than returning errors and other stats in the restore result, continuously publish them to the monitor. This actually simplifies the code, gives a better progress indication, and lets us see stats even if the function fails overall.

Also, this gets restore.rs mutants-clean.