|
|
|
|
|
by mr_00ff00
1120 days ago
|
|
Curious if any senior devs on HN can comment on the importance/effectiveness of audits for crates? I’m a junior C++ dev that dabbles with rust in my free time, and I always feel a bit nervous when pulling huge dependency trees with tons of crates into projects. I would assume most places would turn away from the “node.js” way of doing these things and would just write internal versions of things they need. Again I am junior, so maybe my worries are way over blown. |
|
On the other hand, Python folks and JavaScript users (which make up a lot of emigres to Rust) probably don't care enough about their supply chain. That's how you end up with misspelled packages causing viruses in production and other disasters.
The short answer to this is that it actually depends a lot on what you are doing.