You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would be possible (or advisable) to implement std::io::Error for this type to better integrate with Rust’s error handling.
I believe the simplest approach would be to use thiserror, which appears to already be an indirect dependency in the project.
The text was updated successfully, but these errors were encountered:
FjodorGit
added a commit
to FjodorGit/impit
that referenced
this issue
Mar 6, 2025
Hello and thank you for your suggestion! Usage of thiserror indeed seems like something that would give impit better DX.
I'm on PTO for one more week and I have no way of testing this. Putting a bookmark on this, though - I'll check it out once I'm back (likely next week).
Hi there! 👋
I was wondering if it would be possible (or advisable) to implement std::io::Error for this type to better integrate with Rust’s error handling.
I believe the simplest approach would be to use thiserror, which appears to already be an indirect dependency in the project.
The text was updated successfully, but these errors were encountered: