[][src]Module tallystick::util

Utilities for parsing common vote formats

Enums

ParseError

ParseError enum contains a list of all errors that may occur during vote parsing.

ParsedVote

A parsed vote, either ranked or unranked.

Functions

check_duplicates_ranked_vote

Check for duplicates in a ranked vote.

check_duplicates_transitive_vote

Check for duplicates in a transitive vote.

read_votes

Read votes from a reader, parsing them and returning a vector of parsed votes and their weights.