ruwuma/crates/ruma-client-api/src/unversioned.rs
2021-05-03 15:50:27 +02:00

5 lines
142 B
Rust

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