niklasf / shakmaty

A Rust library for chess and chess variant rules and operations
https://docs.rs/shakmaty
GNU General Public License v3.0
210 stars 41 forks source link

`Move` does not implement `Hash` #41

Closed wspeirs closed 3 years ago

wspeirs commented 3 years ago

It would be helpful if Move implemented Hash... I think this is as simple as adding it to the derive macro, as both Role and Square already implement Hash.

niklasf commented 3 years ago

This was recently added in #37. I'll make a release soon.

niklasf commented 3 years ago

Published v0.19.0.