this post was submitted on 20 Dec 2025
66 points (97.1% liked)

Rust

7596 readers
14 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
you are viewing a single comment's thread
view the rest of the comments
[–] BlackRoseAmongThorns@slrpnk.net 1 points 21 hours 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.