Cranston's Life - Rust and More Rust

Exciting Rust Compiler Backend Developments!

Because of the article A Possible New Backend for Rust by Jason Williams I now know of what I think is an EXCITING development!

The article explains how Rust's compiler uses LLVM as a backend and this could be INFORMATIVE for somebody who is new to Rust.

But the SPEED of Rust compilation is an issue for many Rust programmers.

Some Rust programmers want Rust code to compile FASTER.

This article explains the efforts of using Cranelift in the Rust compiler backend for FASTER compilation!

I too have found Rust to compile too slowly sometimes and if there is something that can SPEED UP Rust compilation and REDUCE the time I wait for my Rust code to compile then I am very EXCITED to learn more about it!