Schedule

Showing talks tagged with: Adoption

View all talks

Wednesday, September 3 (Conf Day 1)

12:50 pm to 1:50 pm

Track 2 Talk

A Hitchhiker’s Guide to Adopting Rust at Your Company

12:50 pm - 1:30 pm
Regency A (Floor 7)

Over the last five years, thousands of developers and hundreds of teams have gone from zero-to-Rust at Amazon. What can we learn from those diverse experiences to help other organizations adopt Rust? This is a blueprint for bootstrapping Rust adoption. We will talk about strategies that work well for bringing Rust into organizations, and strategies that don’t. Domains where Rust is likely to succeed, and areas where it is still a work in progress. This talk is intended for anyone who wants to bring (or increase) adoption of Rust in their organization.

Over the last five years, thousands of developers and hundreds of teams have gone from zero-to-Rust at Amazon. What can we learn from those diverse experiences to help other organizations adopt Rust? This is a blueprint for bootstrapping Rust adoption. We will talk about strategies that work well for bringing...

Thursday, September 4 (Conf Day 2)

3:05 pm to 4:05 pm

Track 1 Talk

Fine-Grained C++ Interop

3:05 pm - 3:45 pm
Regency B (Floor 7)

Adopting Rust in large C++ projects presents a difficult choice: perform a costly, large-scale rewrite, or refactor code to accommodate the limitations of traditional interop solutions such as bindgen or cxx. This talk will discuss how high-fidelity Rust/C++ interoperability can offer a seamless path for gradual adoption using language and compiler extensions.

Adopting Rust in large C++ projects presents a difficult choice: perform a costly, large-scale rewrite, or refactor code to accommodate the limitations of traditional interop solutions such as bindgen or cxx. This talk will discuss how high-fidelity Rust/C++ interoperability can offer a seamless path for gradual adoption using language and...