chessfriend/position/src
Eryn Wells 651544fdd9 [explorer, moves, position] Remove unused MoveBuilder
This thing isn't used by any of the "modern" code I've written. It was difficult
to write, but kinda neat architecturally. It made a lot of invalid configurations
of moves into build-time errors. Anyway…

Remove several of the tests that relied on it, but that hadn't been updated to
use the newer code either.
2025-06-08 17:16:23 -07:00
..
move_generator [board, moves, position] Make the Peter Ellis Jones gotcha unit tests work 2025-06-06 21:45:07 -07:00
position [position] Pop captured piece from CapturesList on unmake 2025-06-07 08:53:42 -07:00
check.rs WIP 2025-05-08 17:37:51 -07:00
lib.rs [position] Re-export moves::ValidateMove from the position crate 2025-06-07 20:09:51 -07:00
macros.rs [position] Remove cfg(test) from test_position! macro 2025-06-07 08:51:46 -07:00
position.rs [position] Remove a debugging println! I accidentally committed 2025-06-08 16:58:54 -07:00
testing.rs [explorer, moves, position] Remove unused MoveBuilder 2025-06-08 17:16:23 -07:00