chessfriend/board/src
2024-01-22 08:20:38 -08:00
..
bitboard [board] Fix some bugs in the starting position 2024-01-21 14:56:03 -08:00
move_generator [board] Make the MoveSet struct (and its internal structs) public for the crate 2024-01-22 08:20:38 -08:00
position [board] Move MakeMoveBuilder::new() to an impl that specifies NoMove 2024-01-22 08:18:19 -08:00
display.rs [board] Declare three new Display-like traits 2024-01-14 10:51:40 -08:00
fen.rs [board] Declare ToFen and implement it on Position and supporting types 2024-01-21 15:10:59 -08:00
lib.rs [board] Make the fen module public so clients can access ToFen 2024-01-22 08:19:09 -08:00
macros.rs [board] Implement a test_position macro that prints a Position after it builds it 2024-01-21 13:06:44 -08:00
move.rs [board] Add MakeMoveError::IllegalSquare(Square) 2024-01-22 08:18:37 -08:00
piece.rs [board] Implement Display for Color 2024-01-22 08:18:49 -08:00
sight.rs [board] Implement a test_position macro that prints a Position after it builds it 2024-01-21 13:06:44 -08:00
square.rs [board] Fix some bugs in the starting position 2024-01-21 14:56:03 -08:00