this post was submitted on 06 Mar 2026
24 points (100.0% liked)
Rust
7839 readers
5 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
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
view the rest of the comments
Couldn't agree more here, 1k dependencies would take a while to build even on my 9950x3d if only due to linking.
It seems to me like the the issue is the project is either too bloated, or large enough to justify a workstation build. Breaking it into smaller, independent parts would also help here.
Thanks that's a great idea. I will try breaking it up into crates.