uci_parser

Function parse_uci_command

source
pub fn parse_uci_command(input: &str) -> IResult<&str, UciCommand>
Expand description

Top-level parser to convert a string into a UciCommand.

This will return an error if the input is not completely consumed during parsing.

See also UciCommand::new