No description
Find a file
Eryn Wells 997621eea7 [bitboard] Make a few tweaks to some definitions in BitBoard
Use u64::MIN and u64::MAX to define the empty and full bitboards
Write From<Square> as `1u64 << sq as u32`
Write a doc test for BitBoard::is_single_square()
Make library::RANKS and library::FILES pub(crate) instead of pub(super)
2024-02-11 09:58:06 -07:00
bitboard [bitboard] Make a few tweaks to some definitions in BitBoard 2024-02-11 09:58:06 -07:00
core [core] Implement Square::file_rank() 2024-02-05 13:59:58 -08:00
doc Move Notes and ChessPieces docs to a doc directory 2024-01-22 19:27:08 -08:00
explorer Update the Cargo.toml files 2024-01-28 09:58:50 -08:00
position [position] Remove the sight data from Position 2024-02-05 14:00:23 -08:00
.gitignore Ignore the target/ directory 2023-12-19 11:13:41 -08:00
Cargo.lock Cargo.lock changes 2024-01-30 08:53:15 -08:00
Cargo.toml Remove the move_generator crate from the Cargo workspace 2024-02-02 08:07:13 -08:00