chessfriend/position
Eryn Wells 19c6c6701a [position] Fix broken tests build
The make_move tests were trying to access the last capture piece directly from a
slice of captures pieces (implementation prior to CapturesList). Implement
CapturesList::last() to return an Option<&Piece> and use it in the tests.
2025-05-27 12:04:24 -07:00
..
src [position] Fix broken tests build 2025-05-27 12:04:24 -07:00
Cargo.lock
Cargo.toml [position] Add thiserror dependency 2025-05-18 08:07:12 -07:00