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