Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 517 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 517 Bytes

matrix-rs

This is really a toy project to give me an excuse to learn Rust. It's an attempt to make a Rust implementation of a Matrix homeserver. There's already a project to do this, but I wanted to learn Rust via a green field project (not to mention not wanting to burden anyone else with having to deal with my Rust n00b code).

It's using Rocket under the covers for the HTTP client/server functionality.