this post was submitted on 28 Apr 2024
1 points (100.0% liked)

Rust

5777 readers
1 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 4 months ago

Still working on my p2p "lemmy." I finished a wave of FE work, so now updating the BE to match. Next steps:

  • queries - built-in Iroh queries don't cut it
  • sync between peers
  • new DB structure - multiple communities, voting, etc
  • integrate initial moderation system

Once that's done, I'll need another wave of FE work and then lots of testing before I'm ready to publish code. Hopefully I'll get there next month.