three-style-lib 0.1.2

A 3x3 Rubik's Cube three style library
Documentation
1
2
3
4
5
mod alg;
mod core;

pub use self::core::{Inverse, Move, MoveCount, MoveKind};
pub use alg::Alg;