vote 0.1.0

Common voting methods
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.rand]
version = "0.7.3"

[package]
authors = ["Chris McComb <ccmcc2012@gmail.com>"]
categories = ["algorithms", "mathematics", "science"]
description = "Common voting methods"
documentation = "https://docs.rs/vote"
edition = "2018"
homepage = "https://github.com/cmccomb/vote"
keywords = ["optimization", "benchmark", "functions"]
license = "MIT OR Apache-2.0"
name = "vote"
readme = "README.md"
repository = "https://github.com/cmccomb/vote"
version = "0.1.0"