pounce 2.0.2

A mediocre (but trying its best) uci chess engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod bench;
pub mod eval;
pub mod limits;
pub mod search;
pub mod tt;
pub mod uci;

mod movepicker;
mod search_manager;
mod time_management;
mod utils;

pub use search_manager::SearchManager;
pub use uci::Uci;