iinuwa bfad8cf1f1
Add send transaction endpoint
Also refactor PDU types and move them to ruma-events
2020-06-17 11:02:19 +02:00

12 lines
190 B
Rust

//! (De)serializable types for the Matrix Federation API.
#![warn(missing_docs)]
mod serde;
pub mod directory;
pub mod discovery;
pub mod membership;
pub mod query;
pub mod transactions;