Docs.rs
  • hudoku-0.0.1
    • hudoku 0.0.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • Undefined01
    • Dependencies
      • arrayvec ^0.7.4 normal
      • console_error_panic_hook ^0.1.7 normal optional
      • itertools ^0.13.0 normal
      • wasm-bindgen ^0.2.84 normal
      • wee_alloc ^0.4.5 normal optional
      • criterion ^0.5.1 dev
      • serde ^1.0.206 dev
      • toml ^0.8.19 dev
      • wasm-bindgen-test ^0.3.34 dev
    • Versions
    • 0% 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

sudoku_solver0.0.1

Crate Items

  • Structs
  • Functions

List of all items

Structs

  • Step
  • Sudoku
  • solver::SudokuSolver
  • utils::CellSet
  • utils::CombinationOptions
  • utils::NamedCellSet

Functions

  • solver::fish::solve_basic_fish
  • solver::fish::solve_finned_fish
  • solver::fish::solve_franken_fish
  • solver::fish::solve_mutant_fish
  • solver::single_digit_patterns::solve_rectangle_elimination
  • solver::single_digit_patterns::solve_skyscraper
  • solver::single_digit_patterns::solve_two_string_kite
  • sudoku_one_step
  • utils::comb
  • utils::combinations