sudo_pair icon indicating copy to clipboard operation
sudo_pair copied to clipboard

Redo error handling with latest best practices

Open stouset opened this issue 5 years ago • 2 comments
trafficstars

Error handling best practices have changed in Rust yet again. Investigate snafu and fehler.

stouset avatar Apr 29 '20 22:04 stouset

Alternatively, anyhow and thiserror.

stouset avatar Jun 10 '20 19:06 stouset

error-chain was replaced with thiserror. Next is replacing failure with anyhow.

stouset avatar Jul 01 '20 20:07 stouset