tanton 1.0.0

A blazingly-fast chess library.
Documentation
1
2
3
4
5
6
7
8
9
extern crate tanton;

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