round_robin_tournament 0.3.1

Small library to get a round robin schedule for n players.
Documentation
1
2
3
4
5
6
7
8
build:
	cargo build --release
	cargo test --release
	cargo doc

publish:
	make build
	cargo publish