nonogram-rs 2.2.3

A fast and lightweight nonogram solving library.
Documentation
{
  "cols": [
    [["!", 1]],
    [["!", 1],  ["!", 4]],
    [["!", 2],  ["!", 6]],
    [["!", 2],  ["!", 7]],
    [["!", 1],  ["!", 6]],
    [["!", 8]],
    [["!", 1],  ["!", 4],  ["!", 1]],
    [["!", 4],  ["!", 2]],
    [["!", 2],  ["!", 3]],
    [["!", 4]]
  ],
  "rows": [
    [["!", 2]],
    [["!", 4],  ["!", 1]],
    [["!", 1],  ["!", 1]],
    [["!", 2],  ["!", 1],  ["!", 2]],
    [["!", 9]],
    [["!", 7],  ["!", 1]],
    [["!", 9]],
    [["!", 6],  ["!", 2]],
    [["!", 4],  ["!", 2]],
    [["!", 5]]
  ]
}