ruwuma/ruma-client-api
Jonas Platte f37fc6845f
Remove borrowing from API responses
To borrow these with correct lifetimes, we would need GATs
2020-08-08 21:04:45 +02:00
..
2020-08-08 21:04:45 +02:00
2020-08-08 18:28:23 +02:00

ruma-client-api

crates.io page docs.rs page build status 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.