a-very-brief-intro-to-rust
This guide is an intro to Rust syntax. It doesn't touch on concepts at all.
Concepts are more important, but sometimes you need a little boost to get to a point where you can start exploring the concepts.
This is that boost.
- slides are in
index.html
- text version is in
TEXT.md
optional Node.js view/dev workflow
- Fork and clone this repository
cd a-very-brief-intro-to-rust
npm install
npm start
PRs and issues welcome!