this post was submitted on 10 Mar 2026
174 points (97.8% liked)

Programmer Humor

41350 readers
17 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 

idk if it is serious or not, but it is what I saw in indeed newsletter today.

you are viewing a single comment's thread
view the rest of the comments
[–] ferric_carcinization@lemmy.ml 2 points 2 days ago

Rust & cargo do more than just compile. For example, it basically has buit-in ccache.

It is also easier to split large libraries into multiple crates, though an average project still uses more libraries than an equivalent C project. I wouldn't be surprised if the "AI" also pulled in more libraries than needed, or has unnecessary library features enabled. I'm pretty sure that a cargo plugin for pruning unused libraries was featured on the rust blog, as a featured third-party plugin for a cargo release.