Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
A Matrix client written in Rust.
- Host: GitHub
- URL: https://github.com/brynblack/reochat
- Owner: brynblack
- License: mit
- Created: 2023-03-26T02:32:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T02:51:38.000Z (7 months ago)
- Last Synced: 2024-11-02T14:34:19.731Z (3 months ago)
- Topics: iced, matrix, rust
- Language: Rust
- Homepage:
- Size: 372 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).