This repository contains slides and samples for my Cargo Introduction session. It was originally created for a talk at the Rust Linz meetup on Aug. 6th 2020. For the Rust Day of enwickler.kiosk, I updated the slides and samples.
The slides are based on Markdown and revealjs.
The slides are available online. If you want to run the slides locally, perform the following steps:
- Clone this repository
npm install
npm start
You find the samples for the session in the samples folder. Each samples contains a hands-on lab readme file that you can use to practice various Rust and Cargo topics. The slides contain links to the hands-on labs.