eml-nl 0.5.0

Parse, manipulate and emit EML_NL documents
Documentation
//! Utility function and types used within EML_NL documents.

mod affiliation_id;
mod affiliation_type;
mod authority_id;
mod candidate_id;
mod contest_id;
mod date_time;
mod election_category;
mod election_domain_id;
mod election_id;
mod gender;
mod name_short_code;
mod publication_language;
mod reporting_unit_identifier_id;
mod string_value;
mod voting_channel;
mod voting_method;

pub use affiliation_id::*;
pub use affiliation_type::*;
pub use authority_id::*;
pub use candidate_id::*;
pub use contest_id::*;
pub use date_time::*;
pub use election_category::*;
pub use election_domain_id::*;
pub use election_id::*;
pub use gender::*;
pub use name_short_code::*;
pub use publication_language::*;
pub use reporting_unit_identifier_id::*;
pub use string_value::*;
pub use voting_channel::*;
pub use voting_method::*;