Expand description

This crate is a Sudoku generator and solver implemented in Rust. This crate provides two data types:

  • Sudoku, which is the main struct for solving Sudokus.
  • SudokuValue, which is an enum with all the possible values in a Sudoku.

Modules