sourcefrog / conserve

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

Define transport::Error, simplify errors #216

Closed sourcefrog closed 10 months ago

sourcefrog commented 10 months ago

Back out addition of anyhow: use Error enums, but don't proliferate so many variants.

Make BandId Copy, and pass it by value.

Use Transport errors that could describe non-local errors.

Generally clean up error handling code.