Skip to content

Instantly share code, notes, and snippets.

View VanillaBrooks's full-sized avatar

brooks VanillaBrooks

View GitHub Profile

Moving matrix-ircd to async/await and futures 0.3

The goal of this project was to port matrix-ircd from the outdated combinators style of futures 0.1 to the new-and-improved style of futures 0.3. As initially proposed, this greatly improves code readability and removes the convoluted compiler errors that were pervasive in futures 0.1

matrix-ircd

The matrix-ircd project functions as a bridge between two chat platforms: Internet relay chat (irc) and Matrix. matrix-ircd lets you use any standard IRC Client to communicate with Matrix chatrooms and direct messages.

Mentors

@VanillaBrooks
VanillaBrooks / draft.md
Created April 2, 2019 08:25
KF in Rust proposal draft

Kalman Filter Implementation in Rust

Table of Contents

  1. Tasks
  2. Milestones
  3. Results
  4. Additional features if time permits
  5. About me

Tasks