slidy 0.3.2

Utilities for working with sliding puzzles
Documentation
1
2
3
4
5
6
7
8
9
//! Defines the [`Label`] trait and all implementations.
//!
//! [`Label`]: label/trait.Label.html

pub mod grid;
pub mod label;
pub mod rect_partition;
pub mod scaled;
pub mod symmetry;