summaryrefslogtreecommitdiff
path: root/src/handlers/mod.rs
blob: 2ae0539f9bb633b3d547312685b77d1526fa9001 (plain)
1
2
3
4
5
mod error;
mod event;

pub use error::handle as handle_error;
pub use event::handle as handle_event;