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

5 lines
115 B
Rust

//! Modules for custom serde de/-serialization implementations.
pub mod pdu_process_response;
pub mod room_state;