Docs.rs
scanlan_sudoku-0.1.0
scanlan_sudoku 0.1.0
Permalink
Docs.rs crate page
Unlicense
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
scan-lan
Dependencies
colored ^2.0.0
normal
lazy_static ^1.4.0
normal
rand ^0.8.5
normal
regex ^1.8.1
normal
Versions
28.57%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
scanlan_
sudoku
0.1.0
Crate Items
Structs
Enums
Constants
Functions
Type Aliases
List of all items
Structs
logic::Coord
logic::DisplayableGrid
logic::Grid
Enums
logic::Cell
logic::Difficulty
Functions
logic::generate
logic::get_base_solution
logic::solve_backtracking_heuristics
ui::grid_from_input
ui::run
Type Aliases
logic::GridArray
Constants
CELL_WIDTH
NUM_WIDTH
ORDER
SIZE