fuzzywuzzy-rs icon indicating copy to clipboard operation
fuzzywuzzy-rs copied to clipboard

use 'thiserror'

Open logannc opened this issue 4 years ago • 0 comments

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

logannc avatar Mar 29 '21 19:03 logannc