ruma-client-api 0.16.0

Types for the endpoints in the Matrix client-server API.
Documentation
1
2
3
4
5
6
7
8
9
//! Endpoints for key management

pub mod claim_keys;
pub mod get_key_changes;
pub mod get_keys;
pub mod upload_keys;

pub mod upload_signatures;
pub mod upload_signing_keys;