"Why is the Rust compiler so slow?"| sharnoff.io
The Largest Collection of Pre-Compiled Cargo/Rust Static Binaries| Package Forge
Build cache| doc.rust-lang.org
cargo-build(1)| doc.rust-lang.org
Build Configuration| nnethercote.github.io
Cargo subcommand for configuring Cargo projects for best performance. - Kobzol/cargo-wizard| GitHub
I blog mostly about my own programming projects.| burntsushi.net
When people say Rust is a “safe language”, they often mean memory safety. And while memory safety is a great start, it’s far from all it takes to build robust applications. Memory safety is important but not sufficient for overall r…| Corrode Rust Consulting
When I saw the the prospero challenge by @mattkeeter.com, it looked right up my alley. If you haven't read that yet, go read it before proceeding. You can find the finished source code for this here. I've been working on a Cranelift frontend for a toy programming language as part of an honors proje...| whtwnd.com
Configuration| doc.rust-lang.org
Workspaces| doc.rust-lang.org
TL;DR: I created a Cargo subcommand called cargo-wizard that simplifies the configuration of Cargo projects for maximum runtime performance, fastest compilation time or minimal binary size.| Kobzol’s blog
Have you ever tried to compile a helloworld Rust program in --release mode? If yes, have you seen its binary size? Suffice to say, it’s not exactly small. Or at least it wasn’t small until recently. This post details how I found about the issue and my attempt to fix it in Cargo.| Kobzol’s blog
The Manifest Format| doc.rust-lang.org