chessfriend/board
Eryn Wells b002442b42 [board] Implement a custom PartialEq on Position
We don't need to compare cached data. The load-bearing parts of a Position are:
player to move, position of all pieces, flags, and en passant status.

Inspiration for this implementation came from the FEN spec. It specifies all
these in the string.
2024-01-28 09:16:22 -08:00
..
src [board] Implement a custom PartialEq on Position 2024-01-28 09:16:22 -08:00
Cargo.lock [board] Move bitboard lib to "board" 2023-12-20 11:45:55 -08:00
Cargo.toml [board] Clean up a bunch of build errors 2024-01-24 09:18:12 -08:00