logo

Coding Matrix in Rust | 2023-09-11

time1 yr agoview0 views

Coding a fun bot in Rust, for Matrix chat. This time:

  • Figure out how to make our sending device able to sync as well as keeping a reference to it to use for sending
  • Decide this was all a terrible idea, and start trying to share clones of a single Matrix client between the sender and receiver.

Next time:

  • Finish off sharing clones of the client between sender and receiver
  • Invite Arnie to our Matrix room and see him join!
Loading comments...