Crate rubikmaster

Source

Modules§

cfop
Collection of CFOP related tools.
componentcomponent
Yew component to visualize Rubik’s cube.
coord
Functions about Cube’s coordinate system.
matrix
Cube’s state is expressed as permutation matrix and operations are matrix multiplications.
parser
Parse rotation sequence like (RUR’)U’(R’FR)F’

Structs§

Command
Representation of Cube Notation.

Enums§

Elem
Move

Constants§

MOVE_LIST

Functions§

flatten
Turn a move sequence into a sequence without parentheses.
random
Generate a scramble sequence.