Speeding Up the Rust Compiler

I last wrote in October about my work on speeding up the Rust compiler. With the year’s end approaching, it’s time for an update. Read more

Similar

Command Line Applications in Rust

Rust is a statically compiled, fast language with great tooling and a rapidly growing ecosystem. That makes it a great fit for writing command line applications: They should be small, portable, and quick to run. Command line applications are also a great ... (more…)

Read more »