[][src]Function myopic_board::parse::pgn

pub fn pgn(moves: &String) -> Result<Vec<Move>, String>

Extracts the moves encoded in standard pgn format contained in a single string.