tournaments 0.1.0-alpha2

Rust library for running tournaments
Documentation

tournaments (alpha)

Rust library for running tournaments. Currently in alpha so not ready for use.

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