Skip to content
a very quick intro to rust syntax for those new to the language
Branch: gh-pages
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
public
.gitignore
LICENSE
README.md
TEXT.md
index.html
package.json

README.md

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!

You can’t perform that action at this time.