chessfriend/position
Eryn Wells d2fc285af5 [position] Track seen board positions in a HashSet
As moves are made, keep track of the hashes of those board position. When moves
are unmade, pop seen hashes from the HashSet.

Reformat the imports in position.rs.
2025-06-07 08:55:34 -07:00
..
src [position] Track seen board positions in a HashSet 2025-06-07 08:55:34 -07:00
tests [board, moves, position] Make the Peter Ellis Jones gotcha unit tests work 2025-06-06 21:45:07 -07:00
Cargo.lock Directly rename board -> position 2024-01-28 09:56:57 -08:00
Cargo.toml [position] Add thiserror dependency 2025-05-18 08:07:12 -07:00