rust_reversi_core 1.0.2

A Rust library for the game of Reversi including AI players and arena for playing games.
Documentation
1
2
mod stack_vec;
pub use stack_vec::StackVec64;