felixwrt / sml-rs

Smart Message Language parser written in Rust
Other
11 stars 3 forks source link

Implement `std::error::Error` for all error types #19

Closed felixwrt closed 5 months ago

felixwrt commented 6 months ago

Looking at https://github.com/linuskmr/sml-rs, I remembered that I wanted to implement std::error::Error for all error types in sml-rs. This should only be done when the std feature is set.

This should be a simple change, feel free to open a PR if you're reading this.

@linuskmr interested?