chessfriend/board/src/position
Eryn Wells 71e93925b9 [board] Clean up a handful of things in position.rs
- Remove unused std::fmt::Write import
- Refer to the piece! macro with $crate (I didn't know this was legal??)
- Remove the doc comments on Position::flags
- Remove {set,clear}_player_has_right_to_castle_flag
- Remove an extraneous local variable from Position::place_piece()
2024-01-17 08:46:41 -08:00
..
diagram_formatter.rs Iterate by Rank and File when building a diagram 2024-01-06 16:25:03 -08:00
flags.rs [board] Fix two build errors 2024-01-14 10:26:36 -08:00
mod.rs [board] Implement a u16 based Move 2024-01-16 18:03:27 -08:00
pieces.rs [board] Export BitBoard directly off of the crate for internal use 2024-01-14 10:57:22 -08:00
position.rs [board] Clean up a handful of things in position.rs 2024-01-17 08:46:41 -08:00