norts 1.1.0

A Noughts and Crosses/Tic Tac Toe library for move generation and an inbuilt hyper-fast solver.
Documentation
1
2
3
4
5
mod bitboards;
mod board;
mod search;

pub use board::Board;