logoalt Hacker News

woodruffwyesterday at 8:29 PM1 replyview on HN

Rust can and does compile separate translation units in parallel; it's just that the translation unit is (roughly) a crate instead of a single C or C++ source file.


Replies

EnPissantyesterday at 8:31 PM

And even for crates, Rust has incremental compilation.