[][src]Function rusty_rubik::parser::parse_scramble

pub fn parse_scramble(scramble: &str) -> Result<Vec<MoveInstance>, ParseError>

Parses a scramble sequence from a string.ALL_MOVES

Returns a Result object indicating whether the parse was successful.