An open API service indexing awesome lists of open source software.

https://github.com/brynblack/reochat

A Matrix client written in Rust.
https://github.com/brynblack/reochat

iced matrix rust

Last synced: 10 months ago
JSON representation

A Matrix client written in Rust.

Awesome Lists containing this project

README

          

# reochat
A blazingly fast modern Matrix client written in Rust.

## Contents
* [Installation](#installation)
* [License](#license)

## Installation
Building/running the package:

```sh
cargo build
cargo run
```

Installing to system:
```sh
cargo install
```

## License
The source code for this project is licensed under the MIT license. You may find the conditions of the license [here](LICENSE).