ruma-push-gateway-api 0.14.0

Types for the endpoints in the Matrix push gateway API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
//! (De)serializable types for the [Matrix Push Gateway API][push-api].
//! These types can be shared by push gateway and server code.
//!
//! [push-api]: https://spec.matrix.org/v1.18/push-gateway-api/

#![warn(missing_docs)]

pub mod send_event_notification;

ruma_common::priv_owned_str!();