Function inanis::state::text::fen::epd_to_board

source ·
pub fn epd_to_board(epd: &str) -> Result<ParsedEPD, String>
Expand description

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