palpo-core 0.0.2

Core library used by the palpo crates.
Documentation
1
2
3
4
5
6
7
8
9
//! Endpoints for push notifications.

pub mod notification;
pub mod push_rule;
pub mod pusher;

pub use notification::*;
pub use push_rule::*;
pub use pusher::*;