[][src]Module tallystick::score

Score voting or "range voting" is an electoral system in which voters give each candidate a score, the scores are summed, and the candidate with the highest total is elected. It has been described by various other names including "evaluative voting", "utilitarian voting", and "the point system".

Structs

ScoreTally

A generic score tally.

Type Definitions

DefaultScoreTally

A score tally using u64 integers to count votes. DefaultScoreTally is generally preferred over ScoreTally. Since this is an alias, refer to ScoreTally for method documentation.