33 releases

0.12.1 Nov 16, 2023
0.11.3 Feb 15, 2023
0.10.5 Oct 18, 2022
0.9.3 Jun 1, 2022
0.2.0 Jul 24, 2020

#484 in Web programming

Download history 2177/week @ 2024-01-03 2002/week @ 2024-01-10 1852/week @ 2024-01-17 1621/week @ 2024-01-24 1384/week @ 2024-01-31 1545/week @ 2024-02-07 1797/week @ 2024-02-14 1896/week @ 2024-02-21 2254/week @ 2024-02-28 1838/week @ 2024-03-06 1566/week @ 2024-03-13 1609/week @ 2024-03-20 2017/week @ 2024-03-27 1549/week @ 2024-04-03 1159/week @ 2024-04-10 929/week @ 2024-04-17

5,909 downloads per month
Used in 61 crates (13 directly)

MIT license

525KB
11K 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
~229K SLoC