#sudoku #generator #solver #puzzle #puzzle-solver

rudoku-core

A Sudoku library for generating and solving Suokus

3 unstable releases

0.2.0 Jul 25, 2022
0.1.1 Jul 25, 2022
0.1.0 Aug 26, 2020

#2391 in Algorithms

44 downloads per month
Used in rudoku-game

MIT/Apache

26KB
545 lines

License

Licensed under either of

at your option.


lib.rs:

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

Dependencies

~715KB
~13K SLoC