Hacker News new | ask | show | jobs
by mcronce 1528 days ago
I usually use `thiserror` for errors, but all that is is a shortcut macro for `impl Error` and `impl Display`