this post was submitted on 16 Feb 2024
32 points (100.0% liked)

Rust

5744 readers
9 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

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
[โ€“] [email protected] 15 points 7 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.

[โ€“] sugar_in_your_tea 5 points 7 months ago

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.