Module board

Source
Expand description

Types for cells, digits and other things on a sudoku board

Re-exports§

pub use self::positions::Cell;

Modules§

positions
Types for positions in the sudoku

Structs§

Candidate
Represents a digit in a specific cell
Digit
A digit that can be entered in a cell of a sudoku.
Sudoku
The main structure exposing all the functionality of the library

Enums§

CellState
Contains either a digit or all the candidates for an unsolved cell
Symmetry
Position symmetries for clues of generated sudokus