5 unstable releases

0.3.0 Mar 22, 2019
0.2.2 Mar 15, 2019
0.2.1 Mar 15, 2019
0.2.0 Feb 13, 2019
0.1.0 Feb 12, 2019

#9 in #nonogram

Download history 1/week @ 2023-11-13 12/week @ 2023-11-20 17/week @ 2023-11-27 6/week @ 2023-12-04 6/week @ 2023-12-11 10/week @ 2023-12-25 5/week @ 2024-01-22 10/week @ 2024-01-29 2/week @ 2024-02-05 19/week @ 2024-02-12 111/week @ 2024-02-19

142 downloads per month

MIT license

29KB
761 lines

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.

Dependencies

~3–4MB
~79K SLoC