jordanbray / chess

A rust library to manage chess move generation
https://jordanbray.github.io/chess/
MIT License
231 stars 54 forks source link

chess::Error should implement std::error::Error #82

Open pedrofgodinho opened 11 months ago

pedrofgodinho commented 11 months ago

chess::Error should implement std::error::Error. This is especially useful when used in conjunction with crates like anyhow.