Hacker News new | ask | show | jobs
by mswphd 38 days ago
worth clarifying the build parallelism is because the fundamental unit of compilation in rust is the crate. so the main option available to cut down the running time of a large crate is to split it into smaller crates.