ruwuma/ruma-client-api
Julian Sparber f053200462 ruma-client-api: Use Mxc type
This also fixes the wrong mxc url in the test for joined_members. Mxc
urls don't use a ":" as seperator between server name and media id.
2021-03-25 13:04:23 +01:00
..
2021-03-25 13:04:23 +01:00
2021-03-23 21:08:44 +01:00
2020-09-26 15:37:08 +02:00

ruma-client-api

crates.io page docs.rs page license: MIT

ruma-client-api contains serializable types for the requests and responses for each endpoint in the Matrix client API specification. These types can be shared by client and server code.