3 unstable releases
0.2.0 | Jul 25, 2022 |
---|---|
0.1.1 | Jul 25, 2022 |
0.1.0 | Aug 26, 2020 |
#2583 in Algorithms
27 downloads per month
Used in rudoku-game
26KB
545 lines
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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
~730KB
~13K SLoC