Julian Tescher 26ae56d168
push-gateway-api: Add notify API (#260)
Co-authored-by: Devin Ragotzy <devin.ragotzy@gmail.com>
2020-09-12 23:15:24 +02:00

6 lines
118 B
Rust

//! (De)serializable types for the Matrix Push Gateway API.
#![warn(missing_docs)]
pub mod send_event_notification;