this post was submitted on 26 Feb 2024
22 points (95.8% liked)

Rust

7165 readers
22 users here now

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

Wormhole

!performance@programming.dev

Credits

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

founded 2 years ago
MODERATORS
 

What are you building with Rust?

Are you using Rust at work? Hobby projects?

Why did you choose Rust for your project?

you are viewing a single comment's thread
view the rest of the comments

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.