this post was submitted on 16 Feb 2024
31 points (97.0% liked)

Rust

5989 readers
56 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 1 year ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] brenticus@lemmy.world 15 points 9 months ago (1 children)

Ruff is super nice, the speed increase means that I no need to wait a second after saving a file to make sure my linter or formatter don't confuse me.

Python packaging is kind of a mess where each tool that solves a problem also feels like it bogs down the process. It doesn't help that I need multiple tools to manage both my python and package versions. It sounds like uv isn't far enough along for me to bother with yet, but it also has a goal and team behind it that make me optimistic that this isn't just another packager to throw on the pile.

Yup, poetry is good enough for me so far, but I'll definitely take a look when they decide to play in that space. I won't say no to a bit more performance.