With ever increasing sizes of various programs (video games being notorious for this), the question of size optimization comes up more and more often. [Nathan Otterness] shows us how it’s ...
Overview Rust projects can have notoriously long compile times. One way to speed up compilation is to split a project into multiple crates in a single "workspace", where each crate can be recompiled ...