MCTS and Minimax Alpha-beta pruning for Othello/Reversi in Rust
Includes performance benchmark that can be used for comparison with Go and Python
Go implementation: https://github.com/ReconGit/go-othello-ai
Python implementation: https://github.com/ReconGit/py-othello-ai