Open FoxLisk opened 1 year ago
when i started writing this project i was just using Result<T, String> to make my life easier, but now it's making my life harder
Result<T, String>
also I at some point between then and now learned about thiserror. so we actually have a nice error type but it's not really used in a lot of places
thiserror
when i started writing this project i was just using
Result<T, String>
to make my life easier, but now it's making my life harderalso I at some point between then and now learned about
thiserror
. so we actually have a nice error type but it's not really used in a lot of places