Fun facts about Rust's growing popularity

There are now 100 friends of Rust (Be sure to hover to learn about how each company uses Rust) There are now 3 Rust podcasts: New Rustacean, Rusty Spike, and Request for Explanation First year had one conference, the second year had three, and this year had four. crates.i…
Read more...

RLS now available on nightly

We've got some good news for Rust IDE support. We recently hit a milestone for the Rust Language Server, a tool that combines the power of the compiler with a fast autocompletion engine. Up to this point, if you wanted to use it you had to build it from scratch. The process was…
Read more...

Using Rust in Windows

As a Rust user, I was discouraged by not having all the good tips for using Rust in Windows in one place. This is an attempt to just that. Getting started Step 1: Install Visual Studio Community edition My recommendation for working with Rust in Windows is to first get Visual…
Read more...

Rust Language Server Alpha 2 Release

Today, we're happy to announce the second alpha for the Rust Language Server, a project build to bring high-quality Rust IDE support to any IDE or editor. This release brings new features, better stability, and an easier installation than the first alpha. Support for new project…
Read more...

Announcing Rust Language Server Alpha Release

Today, we're announcing the first alpha release of the Rust Language Server (aka RLS). With this alpha release, this is the first time we're encouraging early adopters to try on real projects and send us feedback. The RLS has now reached a level of maturity where it should be abl…
Read more...