6 releases
0.1.0 | Mar 26, 2023 |
---|---|
0.1.0-alpha4 | Mar 19, 2023 |
0.1.0-alpha3 | Mar 15, 2023 |
0.1.0-alpha2 | Mar 12, 2023 |
#12 in #tournament
44 downloads per month
21KB
483 lines
tournaments
Rust library for running tournaments. Be aware it's early days so the API is likely to change.
Use
Installation
tournaments is hosted on crates.io. Install with cargo add tournaments
.
Documentation
Documentation is hosted on doc.rs.
Development
Prerequisites
Setup
pip install -r requirements.txt
pre-commit install
rustup update
Commands
- Build and run:
cargo run
- Just build:
cargo build
- Run the unit tests:
cargo test
- Build the documentation:
cargo doc
Dependencies
~425KB