Rust library for running tournaments. Be aware it's early days so the API is likely to change.
tournaments is hosted on crates.io. Install with cargo add tournaments
.
Documentation is hosted on doc.rs.
pip install -r requirements.txt
pre-commit install
rustup update
cargo run
cargo build
cargo test
cargo doc