rudoku-core 0.2.0

A Sudoku library for generating and solving Suokus.
Documentation

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].