igs 0.1.4

The library for for solving impartial games.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![doc = include_str!("../README.md")]

pub mod dbs;
pub mod nimber_set;
pub mod game;
pub mod moves;
pub mod solver;
pub mod transposition_table;
pub mod enddb;
pub mod bit;
pub mod games;

pub use solver::stats as stats;