Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstropek/cargointro
Slides and samples for Cargo introduction
https://github.com/rstropek/cargointro
cargo rust rust-lang
Last synced: 6 days ago
JSON representation
Slides and samples for Cargo introduction
- Host: GitHub
- URL: https://github.com/rstropek/cargointro
- Owner: rstropek
- License: mit
- Created: 2020-07-29T11:30:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T06:22:30.000Z (about 2 years ago)
- Last Synced: 2024-08-10T03:18:11.868Z (3 months ago)
- Topics: cargo, rust, rust-lang
- Language: JavaScript
- Homepage: https://rstropek.github.io/CargoIntro/
- Size: 8.71 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cargo Introduction
[![Deploy slides to Github Pages](https://github.com/rstropek/CargoIntro/actions/workflows/action.yml/badge.svg)](https://github.com/rstropek/CargoIntro/actions/workflows/action.yml)
## 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](https://www.meetup.com/de-DE/Rust-Linz/events/271857182/) on Aug. 6th 2020. For the [*Rust Day* of *enwickler.kiosk*](https://kiosk.entwickler.de/rust-day/), I updated the slides and samples.
## Slides
The slides are based on Markdown and [revealjs](https://revealjs.com/).
The slides are [available online](https://rstropek.github.io/CargoIntro/). 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*](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.