pimutils / mates.rs

A very simple commandline addressbook
MIT License
63 stars 9 forks source link

Use failure for error handling #9

Open untitaker opened 9 years ago

untitaker commented 9 years ago

Due to a mention somewhere I finally figured out how to avoid casting every error type to IoError: Use an enum as return type!

untitaker commented 8 years ago

https://github.com/tailhook/quick-error works for me in mysteryshack

untitaker commented 6 years ago

Uh, just use failure