Docs.rs
  • hexchess-2.1.1
    • hexchess 2.1.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • scottbedard
    • Dependencies
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • serde_with ^3.12.0 normal
    • Versions
    • 50.6% 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

hexchess2.1.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • hexchess::hexchess::Hexchess
  • hexchess::san::San

Enums

  • constants::Color
  • constants::Piece
  • constants::PromotionPiece

Macros

  • h
  • s

Functions

  • hexchess::pieces::king::king_moves_unsafe
  • hexchess::pieces::knight::knight_moves_unsafe
  • hexchess::pieces::pawn::pawn_moves_unsafe
  • hexchess::pieces::straight_line::straight_line_moves_unsafe
  • hexchess::utils::get_color
  • hexchess::utils::index
  • hexchess::utils::is_black_promotion_position
  • hexchess::utils::is_legal_black_en_passant
  • hexchess::utils::is_legal_en_passant
  • hexchess::utils::is_legal_white_en_passant_position
  • hexchess::utils::is_promotion_position
  • hexchess::utils::is_white_promotion_position
  • hexchess::utils::position
  • hexchess::utils::step
  • hexchess::utils::walk
  • hexchess::utils::walk_until_piece

Constants

  • constants::HEXBOARD_GRAPH
  • constants::INITIAL_POSITION
  • constants::KNIGHT_GRAPH