Skip to main content

parse_move

Function parse_move 

Source
pub fn parse_move(text: &str, legal: &[Move]) -> Option<Move>
Expand description

Parse a UCI move and resolve it against legal moves.