chessfriend/board/src
Eryn Wells 484fcf342e [board] Remove a useless .into() call
Clippy pointed this out to me. This .into() call serves no purpose.
2025-07-12 20:27:47 -07:00
..
castle [board, explorer, moves] Clean up the castling rights API 2025-06-18 23:44:40 +00:00
piece_sets [board] Remove the unused Mailbox::new method 2025-06-20 14:24:16 -07:00
board.rs [board, core, position] A simple static evaluation method for scoring positions 2025-06-20 14:23:57 -07:00
board_provider.rs [board, moves, position] Move make_move routines to moves crate 2025-05-31 19:04:21 -07:00
castle.rs [board] Remove a useless .into() call 2025-07-12 20:27:47 -07:00
check.rs [board, position] Simplify check methods 2025-06-29 09:25:08 -07:00
display.rs
en_passant.rs
fen.rs [board] Use $crate in the fen! macro so you don't have to import Board to get one back 2025-06-27 08:44:56 -07:00
lib.rs [board, position] Implement Zobrist hashing 2025-06-05 08:22:34 -07:00
macros.rs [board, moves, position] Make the Peter Ellis Jones gotcha unit tests work 2025-06-06 21:45:07 -07:00
movement.rs [board, explorer, position] Clean up naming of sight and movement methods 2025-06-29 09:23:20 -07:00
piece_sets.rs [board, moves] Derive Clone on several error types 2025-06-21 21:08:04 -07:00
sight.rs [bitboard, board] Replace ray_in_direction! macro with a function 2025-06-30 15:37:35 -07:00
zobrist.rs [board] Remove unused imports and const variables from zobrist.rs 2025-06-08 17:17:05 -07:00