this post was submitted on 10 Oct 2025
43 points (95.7% liked)

Rust

7403 readers
98 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
 

I'm impressed with how many great tools have been created in a short period of time. The Rust community really pulled together and made sure that there are Rust alternatives to as many tools out there as possible.

Thank you so much, and keep up with great work!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] BB_C@programming.dev 2 points 10 hours ago (1 children)

rationale behind the design principle is the only organizing entity here it seems.

It is worth pointing out however (for "non-techies") that Rust projects have been written by people who love Rust and use it as their main language, love it but can't use it a lot in their employment, like it or are lukewarm about it and used it once or write in it on occasion, don't like it but wanted to experiment with it, hate it but learned it because it could be beneficial to them in some way, hate it but had to use it (usually as a part of their employment).

The success of the language means that not everyone who uses it necessarily even likes it. So not even a "belief" in the design principle can be assumed by all involved.

[โ€“] alzymologist@sopuli.xyz 2 points 10 hours ago

Yeah, I actually worked with a guy who thought it's all a bunch of noncense, and made really harsh jokes about typesafety and ownership rules and such, yet delivered decent Rust code!