poljar 3dfb500bba
sync_events: Fix RoomSummary serde attributes
* Create an empty heroes vector if the response doesn't contain it.

  The heroes map is strictly optional and as is deserialization might fail
  for the whole response unless we allow it to be optional.

* Rename the room summary fields during (de)serialization.
2020-04-03 14:01:12 +02:00
2016-09-29 06:01:20 -07:00
2020-02-08 22:39:37 +01:00
2020-03-29 19:28:57 +02:00
2020-03-29 19:44:14 +02:00
2020-01-03 16:04:32 +01:00
2016-09-29 06:01:20 -07:00
2019-12-12 22:25:35 +01:00

ruma-client-api

Build Status

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.

Minimum Rust version

ruma-client-api requires Rust 1.39.0 or later.

Status

This project is currently experimental and is very likely to change drastically.

License

MIT

Description
No description provided
Readme MIT 14 MiB
Languages
Rust 100%