Y
Hacker News
new
|
ask
|
show
|
jobs
by
steveklabnik
574 days ago
Rust does not compile the whole world at once. Each crate is compiled separately, and then they’re all linked together at the end.
1 comments
GolDDranks
572 days ago
Yeah, I know, but I mean that it's normal to link together crates compiled with the same compiler, unlike with C, where ABIs are stabler and binary dependencies are more common.
link
steveklabnik
571 days ago
Ah, that is very true, yeah.
link