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
Hey, thanks for your work on this nice library!
I think it would be great if the main error type of the crate would implement core::error::Error, thus making it easier to interoperate with other libraries in the ecosystem. However, this would increase the MSRV to 1.81, and also might pull in some of the formatting machinery in core::fmt.
If you are open to this I can send in a PR.
The text was updated successfully, but these errors were encountered:
Hey, thanks for your work on this nice library!
I think it would be great if the main error type of the crate would implement
core::error::Error
, thus making it easier to interoperate with other libraries in the ecosystem. However, this would increase the MSRV to 1.81, and also might pull in some of the formatting machinery incore::fmt
.If you are open to this I can send in a PR.
The text was updated successfully, but these errors were encountered: