Jonas Platte 1e94c3cd39
api: Add impl FromStr for MatrixVersion
Enables `str.parse::<MatrixVersion>()`.
2022-02-10 14:18:05 +01:00
..
2021-09-21 18:55:29 +02:00
2021-12-06 11:26:14 +01:00

ruma-api

crates.io page docs.rs page license: MIT

ruma-api contains core types used to define the requests and responses for each endpoint in the various Matrix API specifications. These types can be shared by client and server code for all Matrix APIs.