chessfriend/board/src
2025-05-02 14:42:31 -07:00
..
piece_sets [board] Replace Builder's BTreeMap with a Mailbox 2024-07-13 08:08:12 -07:00
board.rs [board] Convert &BitBoard to BitBoard for several Board methods 2024-07-13 12:03:19 -07:00
builder.rs [board] Remove turbofish from PieceSet pipeline in Builder::build() 2024-07-13 11:52:50 -07:00
castle.rs [board] Add documentation to the types in castle.rs 2024-07-13 08:08:48 -07:00
display.rs Move a whole bunch of stuff to the new chessfriend_board package 2024-04-25 13:28:24 -07:00
en_passant.rs Move a whole bunch of stuff to the new chessfriend_board package 2024-04-25 13:28:24 -07:00
fen.rs [board] Copy fen.rs here from the position crate 2024-07-13 08:08:26 -07:00
flags.rs Move a whole bunch of stuff to the new chessfriend_board package 2024-04-25 13:28:24 -07:00
lib.rs [board] Add MoveCounter struct to track current color, half move counter, and full move counter 2025-05-02 14:42:31 -07:00
macros.rs Move a whole bunch of stuff to the new chessfriend_board package 2024-04-25 13:28:24 -07:00
move_counter.rs [board] Add MoveCounter struct to track current color, half move counter, and full move counter 2025-05-02 14:42:31 -07:00
piece_sets.rs [board] Implement PieceSet::iter() as an iterator over its Mailbox 2024-07-13 11:53:16 -07:00