three-style-lib 0.1.2

A 3x3 Rubik's Cube three style library
Documentation
1
2
3
4
5
6
mod state;
mod types;

pub mod moves;
pub use state::FaceletCube;
pub use types::{Color, Facelet, FaceletState, FaceletTarget};