vote 0.1.3

Common voting methods
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vote"
version = "0.1.3"
authors = ["Chris McComb <ccmcc2012@gmail.com>"]
description = "Common voting methods"
edition = "2018"
readme = "README.md"
repository = "https://github.com/cmccomb/vote"
homepage = "https://github.com/cmccomb/vote"
documentation = "https://docs.rs/vote"
license = "MIT OR Apache-2.0"
keywords = ["voting", "preference", "aggregation"]
categories = ["algorithms", "mathematics", "science"]

[dependencies]
rand="0.7.3"