jordanbray / chess

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

Hash for ChessMove #13

Closed s-arash closed 5 years ago

s-arash commented 5 years ago

Can ChessMove be marked to derive the Hash trait?

jordanbray commented 5 years ago

Yup. I'll add that and put it in the next release. It should be in this weekend.

jordanbray commented 5 years ago

Added in 3.0.0. Major version number bump due to minor API changes.

s-arash commented 5 years ago

Thanks!