logoalt Hacker News

cyberpunkyesterday at 6:57 PM1 replyview on HN

shrug I guess we have different experiences. Any even small sized rust application I've come across rivals nodejs for amount of deps it pulls in.

Sure, just vendor them in, simples, right?


Replies

IshKebabyesterday at 8:11 PM

You could do (it is simple), but all the code is stored on crates.io so there's no real need.

An exception is for crates that wrap C code which might get the code from elsewhere but those are quite rare.

show 1 reply