6 lines
118 B
Rust
6 lines
118 B
Rust
//! (De)serializable types for the Matrix Push Gateway API.
|
|
|
|
#![warn(missing_docs)]
|
|
|
|
pub mod send_event_notification;
|