Routing traffic in Rust using eBPF

Writing a routing application in Rust using eBPF to minimize syscalls and copying memory… Read more

Similar

Launching the 2017 State of Rust Survey

Rust’s second birthday is a little less than two weeks away (May 15th, 2017), so it’s time for us to reflect on our progress over the past year, and how we should plan for the future. The Rust Community Team is pleased to announce our 2017 State of Rust S... (more…)

Read more »

Rust roadmap for 2017 got merged

This RFC proposes the 2017 Rust Roadmap, in accordance with RFC 1728. The goal of the roadmap is to lay out a vision for where the Rust project should be in a year's time. This year's focus is improving Rust's productivity, while retaining its emphasis on...

Read more »

Building Realtime APIs in Rust

I’ve been working recently on Backtalk, a little toy Rust framework for building realtime APIs. Let’s say you’re building a hot new tech startup — Facebook for Cats. You’re going to need a web server to track all these cats. Let’s build one quickly using ... (more…)

Read more »