37 releases
0.15.0 | Dec 16, 2024 |
---|---|
0.14.1 | Nov 1, 2024 |
0.14.0 | Oct 27, 2024 |
0.13.0 | May 9, 2024 |
0.2.0 | Jul 24, 2020 |
#410 in Web programming
9,909 downloads per month
Used in 66 crates
(14 directly)
585KB
12K
SLoC
ruma-common
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–12MB
~214K SLoC