Function inanis::state::text::fen::fen_to_board

source ·
pub fn fen_to_board(fen: &str) -> Result<Board, String>
Expand description

Converts fen into the Board. Returns Err with proper error message if fen couldn’t be parsed correctly.