this post was submitted on 18 Nov 2024
14 points (100.0% liked)
Rust Programming
8172 readers
23 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use Rust mostly because I am comfortable working with it. It hits a sweet spot of often letting me write in a functional style, at often zero or very low cost. It has a lot of high quality libraries, for almost any purpose. And the language itself comes with great things too. Traits, Option, and Result are all things I miss when working in other languages like Go.
It's also a memory safe language that is also fast, approachable, and has a ton of good documentation. What's not to like?