kewb 0.4.3

A crate for manipulating and solving a 3x3 Rubik's cube with Kociemba's two phase algorithm
Documentation
1
2
3
4
5
6
7
8
pub mod constants;
pub mod cubie;
pub mod facelet;
pub mod generators;
pub mod index;
pub mod moves;
pub mod scramble;
mod utils;