chess-rs
chess-rs copied to clipboard
Implement Custom Error Type for make_config Function
Description:
This pull request addresses the issue of returning a custom error type from the make_config function, which is responsible for parsing a given FEN (Forsyth-Edwards Notation) string and creating a BoardConfig struct representing the game state described by the FEN string.