pub fn fen_to_board(fen: &str) -> Result<Board, String>
Converts fen into the Board. Returns Err with proper error message if fen couldn’t be parsed correctly.
fen