ruma-common 0.18.0

Common types for other ruma crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ruma-common

[![crates.io page](https://img.shields.io/crates/v/ruma-common.svg)](https://crates.io/crates/ruma-common)
[![docs.rs page](https://docs.rs/ruma-common/badge.svg)](https://docs.rs/ruma-common/)
![license: MIT](https://img.shields.io/crates/l/ruma-common.svg)

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.