What are you building with Rust?

Are you using Rust at work? Hobby projects?

Why did you choose Rust for your project?

  • sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    8 months ago

    I mostly use it for hobby projects. For example:

    • lemmy alternative - I’m using Iroh to create a distributed lemmy-like application
    • Godot game projects - GDScript for most things, Rust for more intense processing
    • small web projects - I built a game server that did interesting things with different socket types (websockets, TCP, and UDP)

    I’d love to use it at work, but my team is mostly Python-centric and it’s working well enough for us.