poirebot 0.1.5

A chess bot engine written in Rust
Documentation
#[allow(unused_imports)]
#[macro_use]
extern crate log;

pub mod bitboard;
pub mod game;
pub mod genius;