votesmart 0.2.2

A client wrapper for the Votesmart REST API
Documentation
pub mod address;
pub mod candidate_bio;
pub mod candidates;
pub mod committee;
pub mod district;
pub mod election;
pub mod leadership;
pub mod office;
pub mod officials;
pub mod rating;
pub mod state;
pub mod votes;
pub use address::Address;
pub use candidate_bio::CandidateBio;
pub use candidates::Candidates;
pub use committee::Committee;
pub use district::District;
pub use election::Election;
pub use leadership::Leadership;
pub use office::Office;
pub use officials::Officials;
pub use rating::Rating;
pub use state::State;
pub use votes::Votes;