ruwuma/ruma-client
Devin Ragotzy 12c294422b
Move new_content and relates_to fields to MessageEventContent struct
MessageEventContent used to be an enum, it now has a msgtype field where
the enum (now called MessageType) sits.
2021-02-13 00:29:07 +01:00
..
2020-12-30 19:01:22 +01:00
2021-02-02 19:21:45 +01:00
2021-01-02 15:37:18 +01:00
2020-09-29 20:30:33 +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.