Crates.io | tournaments |
lib.rs | tournaments |
version | 0.1.0 |
source | src |
created_at | 2023-03-12 11:57:17.346021 |
updated_at | 2023-03-26 19:03:29.449215 |
description | Rust library for running tournaments |
homepage | |
repository | https://github.com/nathans106/tournaments |
max_upload_size | |
id | 807992 |
size | 26,417 |
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