logannc / fuzzywuzzy-rs

port of https://github.com/seatgeek/fuzzywuzzy
GNU General Public License v2.0
40 stars 3 forks source link

use 'thiserror' #29

Open logannc opened 3 years ago

logannc commented 3 years ago

The wisdom for a while has been "anyhow" for binaries, "thiserror" for libraries. The macros from thiserror are simply and non-magic enough that I feel comfortable using them normally.

_Originally posted by @seanpianka in https://github.com/logannc/fuzzywuzzy-rs/pull/28#discussion_r602814939_

https://github.com/dtolnay/thiserror

we have a pretty small error api surface but might as well