ruma-federation-api 0.9.0

Types for the endpoints in the Matrix server-server API.
Documentation
1
2
3
4
5
6
fn main() {
    // Prevent unnecessary rerunning of this build script
    println!("cargo:rerun-if-changed=build.rs");
    // Prevent nightly CI from erroring on docsrs attributes
    println!("cargo:rustc-check-cfg=cfg(docsrs)");
}