ruwuma/crates/ruma-client
2024-09-11 07:13:32 +00:00
..
src chore: Fix new warnings 2024-05-12 15:49:28 +02:00
.gitignore Move all crates into a new crates directory 2021-05-03 15:50:27 +02:00
build.rs Simplify docsrs feature usage 2024-05-30 10:35:07 +02:00
Cargo.toml Use workspace lint configuration instead of rustflags hack 2024-09-11 07:13:32 +00:00
CHANGELOG.md Release ruma-client 0.13.0 2024-05-09 13:05:46 +02:00
README.md Move all crates into a new crates directory 2021-05-03 15:50:27 +02:00

ruma-client

crates.io page docs.rs page license: MIT

ruma-client is a low-level Matrix client library for Rust.

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.