Docs.rs
  • candidate-0.0.5
    • candidate 0.0.5
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • iCodeSometime
    • Dependencies
      • arrayvec ^0.5.1 normal
      • failure ^0.1.6 normal
      • nodrop ^0.1.14 normal
      • tracing ^0.1.37 normal optional
      • criterion ^0.3 dev
      • failure ^0.1.6 build
      • rand ^0.7.2 build
    • Versions
    • 56% 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

candidate0.0.5

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • BitBoard
  • Board
  • BoardBuilder
  • CacheTable
  • ChessMove
  • Game
  • MoveGen
  • Square

Enums

  • Action
  • BoardStatus
  • CastleRights
  • Color
  • Error
  • File
  • GameResult
  • Piece
  • Rank

Functions

  • between
  • construct
  • get_adjacent_files
  • get_bishop_moves
  • get_bishop_rays
  • get_file
  • get_king_moves
  • get_knight_moves
  • get_pawn_attacks
  • get_pawn_moves
  • get_pawn_quiets
  • get_rank
  • get_rook_moves
  • get_rook_rays
  • line

Constants

  • ALL_CASTLE_RIGHTS
  • ALL_COLORS
  • ALL_FILES
  • ALL_PIECES
  • ALL_RANKS
  • ALL_SQUARES
  • EDGES
  • EMPTY
  • NUM_CASTLE_RIGHTS
  • NUM_COLORS
  • NUM_FILES
  • NUM_PIECES
  • NUM_PROMOTION_PIECES
  • NUM_RANKS
  • NUM_SQUARES
  • PROMOTION_PIECES