this post was submitted on 20 Dec 2025
1 points (100.0% liked)

Rust

8062 readers
4 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] BlackRoseAmongThorns@slrpnk.net 0 points 5 months ago

As someone who's relatively new to rust, i feel that the slogan is pretty accurate, even when programming in other languages, i see that I'm way less prone to anti patterns and and write a better api for modules while barely thinking about it.

Mostly because i copy what design patterns work and are prevalent in rust's libraries and api.