Crate nonogram_rs

Source

Structs§

Cancelled
Placeholder error type for cancellation.
Item
An item in a number grid.
Layout
A layout composed of two number grids.
Nonogram
A nonogram with a fix size containing some Cells. T is the type used to represent colors.
Solution
A collection of all solutions to a Layout.

Enums§

Cell
A cell of a Nonogram.
Status
The status when a Solution was created.

Traits§

Token
A trait for an arbitrary cancellation token. Use (), if you don’t have any cancellation token.