jordanbray / chess

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

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

Open pedrofgodinho opened 1 year ago

pedrofgodinho commented 1 year ago

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