gchess
- v0.1.1
Pages
README
Modules
bitboard
board
board_map
castle_rights
color
fen
game
gchess
move
piece
position
ray
Types
BoardMap
Functions
from_fen
board_map
Types
BoardMap
pub type BoardMap = map.Map(Position, Option(Piece))
Functions
from_fen
pub fn from_fen(fen: String) -> BoardBB
✨
Search
Document