A chess engine.
Use Rust's package manager, cargo
.
Install or upgrade oat
:
text
cargo install --git https://github.com/clfs/oat
Uninstall oat
:
text
cargo uninstall oat
text
TBD
Run cargo doc
from the repository root to generate documentation. Use the
`--open`` flag to automatically open the documentation in your browser.
Pull requests are welcome. For major changes, open an issue first to discuss what you'd like to change.