rival 0.1.0

A framework for creating computer players for turn-based games
Documentation
1
2
3
4
5
#![doc(hidden)]

mod tictactoe;

pub use tictactoe::TicTacToe;