36 releases

new 0.14.1 Nov 1, 2024
0.13.0 May 9, 2024
0.12.1 Nov 16, 2023
0.11.3 Feb 15, 2023
0.2.0 Jul 24, 2020

#420 in Web programming

Download history 1059/week @ 2024-07-12 1148/week @ 2024-07-19 1819/week @ 2024-07-26 1161/week @ 2024-08-02 1146/week @ 2024-08-09 1065/week @ 2024-08-16 994/week @ 2024-08-23 1023/week @ 2024-08-30 1344/week @ 2024-09-06 1327/week @ 2024-09-13 1018/week @ 2024-09-20 953/week @ 2024-09-27 783/week @ 2024-10-04 952/week @ 2024-10-11 926/week @ 2024-10-18 1233/week @ 2024-10-25

4,084 downloads per month
Used in 64 crates (14 directly)

MIT license

580KB
12K SLoC

ruma-common

crates.io page docs.rs page license: MIT

Common types for other Ruma crates.

The feature-gated modules are defined as follow:

api module

Behind the api feature, 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.

events module

Behind the events feature, serializable types for the events in the Matrix specification that can be shared by client and server code.


lib.rs:

Common types for the Ruma crates.

Dependencies

~8–11MB
~218K SLoC