pleco 0.5.0

A blazingly-fast chess library.
Documentation
1
2
3
4
5
6
7
8
9
10
11

extern crate pleco;

mod board_build;
mod move_generating;
mod fen_building;
mod board_move_apply;
mod basic_bots;
mod pseudo_legal_checks;
mod board_hash;