slidy 0.3.2

Utilities for working with sliding puzzles
Documentation
1
2
3
4
5
6
7
//! Contains submodules defining ways to display [`Algorithm`]s and [`Move`]s.
//!
//! [`Algorithm`]: ../algorithm/struct.Algorithm.html
//! [`Move`]: ../move/struct.Move.html

pub mod algorithm;
pub mod r#move;