Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 494 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 494 Bytes

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

  1. Fork and clone this repository
  2. cd a-very-brief-intro-to-rust
  3. npm install
  4. npm start

PRs and issues welcome!