matchmaker 0.1.0

Rust library to fairly match students to categories.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Delirious Penguin <deliriouspenguin@protonmail.com"]
categories = ["algorithms"]
description = "Rust library to fairly match students to categories."
edition = "2018"
keywords = ["math", "matching", "da-stb"]
license = "MPL-2.0"
name = "matchmaker"
readme = "README.md"
repository = "https://github.com/deliriouspenguin/matchmaker"
version = "0.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4.11"
rand = {version = "0.7.3"}
serde = {version = "1.0.115", features = ["derive"]}