Function inanis::state::text::fen::fen_to_pieces

source ·
fn fen_to_pieces(board: &mut Board, pieces: &str) -> Result<(), String>
Expand description

Parses FEN’s pieces and stores them into the board. Returns Err with the proper error message if pieces couldn’t be parsed.