#tournament #running #aware

tournaments

Rust library for running tournaments

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

#1548 in Rust patterns

Download history 12/week @ 2024-02-21 15/week @ 2024-02-28 1/week @ 2024-03-06 4/week @ 2024-03-13 1/week @ 2024-03-27 4/week @ 2024-04-03 50/week @ 2024-04-10

55 downloads per month

MIT license

21KB
483 lines

tournaments

Rust library for running tournaments. Be aware it's early days so the API is likely to change.

Crates.io docs.rs Crates.io Crates.io

Use

Installation

tournaments is hosted on crates.io. Install with cargo add tournaments.

Documentation

Documentation is hosted on doc.rs.

Development

Prerequisites

  1. Python
  2. Rust

Setup

  1. pip install -r requirements.txt
  2. pre-commit install
  3. rustup update

Commands

  • Build and run: cargo run
  • Just build: cargo build
  • Run the unit tests: cargo test
  • Build the documentation: cargo doc

Dependencies

~405KB