[board, core] Update error types to use thiserror::Error
This commit is contained in:
parent
539b1fca6e
commit
b229049e27
6 changed files with 83 additions and 15 deletions
|
|
@ -10,6 +10,7 @@ mod board;
|
|||
mod piece_sets;
|
||||
|
||||
pub use board::Board;
|
||||
pub use piece_sets::{PlacePieceError, PlacePieceStrategy};
|
||||
|
||||
use castle::Castle;
|
||||
use en_passant::EnPassant;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue