chess-rs icon indicating copy to clipboard operation
chess-rs copied to clipboard

Implement Custom Error Type for make_config Function

Open 4812571 opened this issue 1 year ago • 0 comments

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.

4812571 avatar Apr 24 '23 04:04 4812571