nonogram 0.3.0

Nonogram generation and solution package
Documentation

Nonogram

Crate Docs

This is a Rust crate intended to generate and solve nonogram puzzles.

The core data structure used for the generated nonograms requires the use of ndarray since the data used is primarily two-dimensional.