Crate nonogram_rs

source ·

Structs

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

Enums

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

Traits

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