Elevator-pitch style talk about Rust given at Desert Code Camp 2018.
Switch branches/tags
Nothing to show
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
borrowck Initial commit. Oct 5, 2018
concurrent Initial commit. Oct 5, 2018
webget Initial commit. Oct 5, 2018
zcat Initial commit. Oct 5, 2018
README.md Initial commit. Oct 5, 2018
slides.md Correct spelling, formatting for web. Oct 8, 2018

README.md

Introduction to Rust: From Zero to Crate in Sixty Minutes

A talk given at Desert Code Camp in October 2018, focusing on what Rust is, what differentiates it from other languages, and key takeaways for developers who want to learn from Rust, even if they don't end up using it (specifically, ownership is incredibly powerful and you should reason about data ownership in your language of choice).

Example code is tested to work on Rust 1.29.1.

The slides are written for mdp.