Introduction
fn main() { println!("Hello, world!"); }
Rust is a modern language aiming to be as fast and expressive as C++ without memory-unsafety
Notable users:
- Firefox's new rendering engine (https://servo.org/)
- Used in iotedge and other Microsoft components (https://msrc-blog.microsoft.com/2019/11/07/using-rust-in-windows/)
- Cloudflare's HTTP 3 implementation (https://blog.cloudflare.com/enjoy-a-slice-of-quic-and-rust/)
- AWS's Firecracker virtual machine monitor (https://firecracker-microvm.github.io/)
This presentation is generated using a Rust tool. The editable code examples are powered by https://play.rust-lang.org/.