ericjmorey@programming.dev to Rust@programming.dev · 8 months agoWhat are you all doing with Rust?message-squaremessage-square24fedilinkarrow-up123arrow-down11file-text
arrow-up122arrow-down1message-squareWhat are you all doing with Rust?ericjmorey@programming.dev to Rust@programming.dev · 8 months agomessage-square24fedilinkfile-text
What are you building with Rust? Are you using Rust at work? Hobby projects? Why did you choose Rust for your project?
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up5·8 months agoI 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.
I mostly use it for hobby projects. For example:
I’d love to use it at work, but my team is mostly Python-centric and it’s working well enough for us.