tournaments 0.1.0-alpha2

Rust library for running tournaments
Documentation
1
2
3
4
5
6
7
mod contestant;
mod error;
mod match_;
mod match_contender;
mod single_elimination;

pub use single_elimination::SingleElimination;