1//! A notification router for Apple devices, using Apple Push Notification Service 2 3pub mod error; 4pub mod router; 5pub mod settings;