1//! A notification router for Android devices, using Firebase Cloud Messaging 2 3mod client; 4pub mod error; 5pub mod router; 6pub mod settings;