ruma-events 0.21.3

Serializable types for the events in the Matrix specification.
Documentation
# ruma-events

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

**ruma-events** contains serializable types for the events in the [Matrix](https://matrix.org/) specification that can be shared by client and server code.

## Minimum Rust version

ruma-events requires Rust 1.40.0 or later.

## Documentation

ruma-events has [comprehensive documentation](https://docs.rs/ruma-events) available on docs.rs.