1
2
3
4
5
6
//! A notification router for Android devices, using Firebase Cloud Messaging

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