slidy 0.3.2

Utilities for working with sliding puzzles
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Contains everything related to sliding puzzle algorithms (sequences of moves on a puzzle).

pub mod algorithm;
pub mod as_slice;
pub mod axis;
pub mod direction;
pub mod display;
pub mod metric;
pub mod r#move;
pub mod moves;
pub mod slice;