Expand description
Push notification configuration storage and delivery.
Re-exports§
pub use config_store::InMemoryPushConfigStore;pub use config_store::PushConfigStore;pub use sender::HttpPushSender;pub use sender::PushSender;
Modules§
- config_
store - Push notification configuration storage trait and in-memory implementation.
- sender
- Push notification sender trait and HTTP implementation.