#![cfg_attr(feature = "frozen-abi", feature(min_specialization))]
pub mod vote_processor;
pub mod vote_state;
#[cfg_attr(feature = "metrics", macro_use)]
#[cfg(feature = "metrics")]
extern crate atlas_metrics;
#[cfg(feature = "frozen-abi")]
extern crate atlas_frozen_abi_macro;
pub use atlas_vote_interface::{
authorized_voters, error as vote_error, instruction as vote_instruction,
program::{check_id, id},
};