Docs.rs
rs_sudoku-0.1.2
rs_sudoku 0.1.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
elliottneilclark
Dependencies
criterion ^0.2
dev
Versions
12.07%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rs_
sudoku
0.1.2
Solveable
Required Methods
try_solve
Implementors
In crate rs_
sudoku
rs_sudoku
Trait
Solveable
Copy item path
Source
pub trait Solveable { // Required method fn
try_solve
(self) ->
SolveReport
; }
Required Methods
§
Source
fn
try_solve
(self) ->
SolveReport
Implementors
§
Source
§
impl
Solveable
for
Sudoku