Tagged in

Rust

Mozilla Tech
Mozilla Tech
Mozilla Tech showcases what is happening at Mozilla — what our engineers and community are working on and thinking about, and why that work is important to the web.
More information
Followers
6.1K
Elsewhere
More, on Medium

Deploying Rust in a large codebase

In March 2015 I started a small pilot project to ship some Rust code in the Firefox web browser. It was the first Rust code to ship in Firefox, and the first deployment of Rust code to hundreds of millions of users around the world. This is my story.


Diving Into Rust for the First Time

Rust is a new programming language which focuses on performance, parallelization, and memory…