wincounter 0.1.5

Binary win counter that supports ties
Documentation

Build and Test Crates.io Version Rustdocs WASM

Win Counter

The library is designed to address a very specific problem found with reporting the results in games: How to do clearly store and report win percentages when you have x number of players, and they can each tie with any number of other players?

Setup

This program uses cargo make to manage tasks. Install it with:

cargo install cargo-make

The default cargo make runs the following tasks:

  • cargo fmt
  • cargo clean
  • cargo build
  • cargo test
  • cargo clippy with clippy::pedantic lint settings
  • cargo check --target wasm32-unknown-unknown (WASM compatibility)
  • cargo doc --no-deps
❯ cargo make

To open the generated docs in your browser:

❯ cargo make docs