sourcefrog / conserve

🌲 Robust file backup tool in Rust
Other
252 stars 20 forks source link

Replace RestoreStats with Monitor #244

Closed sourcefrog closed 5 months ago

sourcefrog commented 6 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.