duck-chess 0.1.0

A library to for duck chess
Documentation
1
2
3
4
5
6
7
8
#[macro_use]
mod macros;
pub mod engine;
pub mod logic;
mod lookup;
pub mod pgn;
pub mod types;
mod util;