16 lines
615 B
Markdown
16 lines
615 B
Markdown
# ruma-common
|
|
|
|
[](https://crates.io/crates/ruma-common)
|
|
[](https://docs.rs/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](https://matrix.org/) API specifications. These types can be shared by client
|
|
and server code for all Matrix APIs.
|