Skip to content

rstropek/CargoIntro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cargo Introduction

Deploy slides to Github Pages

Project Content

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.

Slides

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

Samples

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.