open_ttt_lib
Open source Rust library containing common Tic Tac Toe functionality.
Usage
Add this to your Cargo.toml
:
[]
= "0.1.2"
See the library's documentation for complete details on the library's API.
Examples
Below is a short example of using this library.
use ;
The examples
directory contains additional examples.
To run the examples, clone this repository then use cargo run --example
. E.g:
git clone https://github.com/j-richey/open_ttt_lib.git
cd open_ttt_lib
cargo run --example single_player
Benchmarks
This library includes benchmarks that you can use to evaluate if the library
fits in with your performance goals. Use cargo bench
to run the benchmark
suite:
git clone https://github.com/j-richey/open_ttt_lib.git
cd open_ttt_lib
cargo bench
Reporting Issues and Feature Requests
Please report issues and feel free to request new features using this project's GitHub issue tracker.
Contributing
Contributions are welcome! See CONTRIBUTING.md for details on how to contribute to this project.
License
The library is licensed under the MIT license.