1
2
3
4
5
//! A notification router for Apple devices, using Apple Push Notification Service

pub mod error;
pub mod router;
pub mod settings;