into_rust: screencasts for learning Rust!

Why Rust?

Get the "extended elevator pitch" for Rust.

Hello, world!

Where every tutorial must start!

Ownership

Ownership: the foundation of how Rust works

Shared borrows

How to have multiple references to the same data without copying

Mutable borrows

How to write helper functions that mutate your data