Docs.rs
  • shogai-2.0.0
    • shogai 2.0.0
    • Permalink
    • Docs.rs crate page
    • GPL-3.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • michaelb
    • Dependencies
      • arrayvec ^0.5.1 normal
      • rand ^0.7.3 normal
    • Versions
    • 48.89% 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

shogai2.0.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • board::Board
  • board::Rules
  • movement::Movement
  • piece::Piece
  • position::Position

Enums

  • invalidmoveerror::InvalidMoveError
  • piece::Color
  • piece::PieceType

Functions

  • ai::get_move_from_human
  • ai::greedy
  • invalidmoveerror::check_checkmate_by_pawn_drop
  • invalidmoveerror::check_destination
  • invalidmoveerror::check_in_board
  • invalidmoveerror::check_move_possible_after_drop
  • invalidmoveerror::check_nifu
  • invalidmoveerror::check_possible_move
  • invalidmoveerror::check_promotion
  • invalidmoveerror::check_start
  • invalidmoveerror::check_syntax
  • invalidmoveerror::check_uncover_check