Docs.rs
  • sudoku-0.8.0
    • sudoku 0.8.0
    • Permalink
    • Docs.rs crate page
    • AGPL-3.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Emerentius
    • Dependencies
      • crunchy ^0.2.1 normal
      • rand ^0.8.5 normal
      • serde ^1.0.80 normal optional
      • thiserror ^1.0.21 normal
      • strum ^0.19.2 dev
      • strum_macros ^0.19.2 dev
    • Versions
    • 100% 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

sudoku0.8.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • bitset::Empty
  • bitset::Iter
  • bitset::Set
  • board::Candidate
  • board::Digit
  • board::Sudoku
  • board::positions::Band
  • board::positions::Block
  • board::positions::Cell
  • board::positions::Chute
  • board::positions::Col
  • board::positions::House
  • board::positions::Line
  • board::positions::MiniCol
  • board::positions::MiniLine
  • board::positions::MiniRow
  • board::positions::Position
  • board::positions::Row
  • board::positions::Stack
  • errors::FromBytesError
  • errors::InvalidEntry
  • errors::NotEnoughRows
  • strategy::StrategySolver
  • strategy::deduction::Deductions
  • strategy::deduction::Iter

Enums

  • board::CellState
  • board::Symmetry
  • board::positions::ChuteType
  • board::positions::HouseType
  • board::positions::LineType
  • board::positions::MiniLineType
  • errors::BlockParseError
  • errors::FromBytesSliceError
  • errors::LineParseError
  • strategy::Strategy
  • strategy::deduction::Deduction

Traits

  • bitset::SetElement
  • board::positions::CellAt