chessfriend/board
Eryn Wells cae93cb090 [board, position] Return replaced piece when placing a piece with PlacePieceStrategy::Replace
When place_piece() is called with PlacePieceStrategy::Replace, return the replaced
piece in the Ok() variant of the Result as an Option<Piece>.

Plumb this new return type through Board and Position.
2025-06-02 15:54:00 -07:00
..
src [board, position] Return replaced piece when placing a piece with PlacePieceStrategy::Replace 2025-06-02 15:54:00 -07:00
Cargo.toml [board, core] Update error types to use thiserror::Error 2025-05-19 08:34:32 -07:00