chessfriend/board
Eryn Wells 404212363e [board, moves] Make Board::castling_rights and Board::en_passant_target private
Make the struct fields private and export getters and various setters for
manipulating the data.

Update all the references to these fields to use the getters and setters instead.
2025-06-03 20:25:53 -07:00
..
src [board, moves] Make Board::castling_rights and Board::en_passant_target private 2025-06-03 20:25:53 -07:00
Cargo.toml [board, core] Update error types to use thiserror::Error 2025-05-19 08:34:32 -07:00