ruwuma/ruma-client-api/src/unversioned.rs
Jonas Platte 6329cd471e Add 'ruma-client-api/' from commit '632eb9d520028816c5fb7224bd0aca8d1e3793f1'
git-subtree-dir: ruma-client-api
git-subtree-mainline: e5233c49f610f866e3c9bf8529a0613171fc2fe4
git-subtree-split: 632eb9d520028816c5fb7224bd0aca8d1e3793f1
2020-06-05 17:11:09 +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;