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
4,084 downloads per month
Used in 64 crates
(14 directly)
580KB
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–11MB
~218K SLoC