ruma-client 0.16.0

A Matrix client library.
Documentation
# ruma-client

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

**ruma-client** is a low-level [Matrix] client library for [Rust] using [Ruma].

[Matrix]: https://matrix.org/
[Rust]: https://www.rust-lang.org/
[Ruma]: https://github.com/ruma/ruma

## Status

This project is a work in progress and not ready for production usage yet. If you are looking to
build a client application or a bot, you are likely going to have a better time using the [Matrix
Rust SDK], which also builds on the other Ruma crates but provides a higher-level API.

[Matrix Rust SDK]: https://github.com/matrix-org/matrix-rust-sdk

## Examples

You can find a small number of examples in our dedicated
[examples repository](https://github.com/ruma/examples).