engagespot 0.1.0

Rust library for communicating with Engagespot REST API. Send multi-channel notifications from your rust app.
Documentation
1
2
3
4
5
6
7
8
/// List of available channels
pub enum Channels {
    InApp,
    Email,
    Sms,
    WebPush,
    MobilePush,
}