cubesim 0.0.7

Rubik's Cube simulation and solving library.
Documentation
1
2
3
4
5
6
7
pub mod cube;
pub mod moves;

pub use cube::GeoCube;
pub use sticker::Sticker;

mod sticker;