tournaments

Crates.iotournaments
lib.rstournaments
version0.1.0
sourcesrc
created_at2023-03-12 11:57:17.346021
updated_at2023-03-26 19:03:29.449215
descriptionRust library for running tournaments
homepage
repositoryhttps://github.com/nathans106/tournaments
max_upload_size
id807992
size26,417
Nathan Samra (nathans106)

documentation

https://docs.rs/tournaments

README

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
Commit count: 45

cargo fmt