wpsr 0.3.1

Command line program to help solve word puzzles
Documentation
1
2
3
4
5
mod shape;
mod solution;

pub use shape::Shape;
pub use solution::{LettersBoxed, Shuffle, Solution};