major-pickems-sim 0.3.0

Tool for analysing pick'ems for Counter-Strike major tournaments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod name;
mod rating;
mod seed;
mod set;
mod teams;

pub use name::Name;
pub use rating::Rating;
pub use seed::{Index, Seed};
pub use set::Set;
pub use teams::{Map, Team, Teams};