chessfriend/moves/src
2024-02-25 08:57:16 -08:00
..
builder.rs Pass self by reference to move builder methods where possible 2024-02-25 08:57:16 -08:00
castle.rs Make moves::castle::Parameters public 2024-02-25 08:51:23 -08:00
defs.rs Pad out the discriminants of Kind variants 2024-02-11 10:23:07 -07:00
en_passant.rs Return a chessfriend_moves::EnPassant from a new Position::en_passant() 2024-02-11 10:23:07 -07:00
lib.rs Return a chessfriend_moves::EnPassant from a new Position::en_passant() 2024-02-11 10:23:07 -07:00
moves.rs In Move::capture_square, move the en passant check above the simple capture check 2024-02-13 11:04:21 -07:00