Crate nonogrid

Source
Expand description

The nonogrid contains set of algorithms and solvers to solve the nonogram puzzles.

Re-exports§

pub use self::parser::BoardParser;
pub use self::parser::DetectedParser;

Modules§

parser
render

Structs§

BinaryBlock
Board
ColoredBlock
Description
FullProbe
LineSolver
PropagationSolver

Enums§

BinaryColor

Traits§

Block
Color
DynamicColor
ProbeSolver

Functions§

solve

Type Aliases§

ColorId
RcBoard