ruwuma/src/unversioned.rs
2019-05-01 21:14:59 -07:00

5 lines
142 B
Rust

//! Endpoints that cannot change with new versions of the Matrix specification.
pub mod get_supported_versions;
pub mod discover_homeserver;