Closed bits0rcerer closed 1 year ago
implement proper™ error handling in cases where it makes sense to return an error instead of panicking and let the library users decide if they want to panic or recover.
this might also affect #7.
@bits0rcerer thank you for improving the error handling of the helper, this is a very valuable improvement.
implement proper™ error handling in cases where it makes sense to return an error instead of panicking and let the library users decide if they want to panic or recover.