ruwuma/src/r0/send.rs
2019-01-22 18:41:41 +01:00

6 lines
137 B
Rust

//! Endpoints for sending events.
pub mod send_message_event;
pub mod send_state_event_for_empty_key;
pub mod send_state_event_for_key;