chessfriend/board/src
Eryn Wells 26ae79e17d [board] Remove explicit #[inline] from several Board methods
Trust the compiler to inline where appropriate, until I know otherwise.
2024-07-13 11:54:58 -07:00
..
piece_sets [board] Replace Builder's BTreeMap with a Mailbox 2024-07-13 08:08:12 -07:00
board.rs [board] Remove explicit #[inline] from several Board methods 2024-07-13 11:54:58 -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] Make the flags and macros modules public 2024-07-13 11:54:00 -07:00
macros.rs Move a whole bunch of stuff to the new chessfriend_board package 2024-04-25 13:28:24 -07:00
piece_sets.rs [board] Implement PieceSet::iter() as an iterator over its Mailbox 2024-07-13 11:53:16 -07:00