tournaments 0.1.0

Rust library for running tournaments
Documentation

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