this post was submitted on 25 Jun 2025
25 points (93.1% liked)

Rust

7133 readers
29 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
[โ€“] TehPers@beehaw.org 2 points 1 week ago (1 children)

Python can also be used for large codebases (thanks uv), but I agree that Rust is better suited to the job.

[โ€“] Ephera@lemmy.ml 1 points 1 week ago (1 children)

Are you referring to the workspace feature of uv? Is that working well?

Management might want us to revive a project from a few years ago, which is like 5% Python, but for which we had to build a ~~homegrown~~ horrid implementation of workspace builds, using shell scripts and symlinks. We'd definitely want to get rid of that, if uv's workspace builds work at all, really. ๐Ÿซ 

[โ€“] TehPers@beehaw.org 2 points 1 week ago

uv's workspaces work, yep. It's honestly great. Haven't really run into any issues with them yet.