rusty-santa 0.1.0

Resolve Secret Santa assignments with additional constraints.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.log]
version = "0.3"

[dependencies.rand]
version = "0.3"

[dev-dependencies.env_logger]
version = "0.4"

[package]
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
description = "Resolve Secret Santa assignments with additional constraints."
documentation = "https://docs.rs/rusty-santa"
keywords = ["secret-santa", "bipartite-graphs", "random", "gifts", "wichteln"]
license = "MIT OR Apache-2.0"
name = "rusty-santa"
repository = "https://github.com/dbrgn/rusty-santa"
version = "0.1.0"