Skip to content

Instantly share code, notes, and snippets.

@schnittchen
Created January 13, 2015 11:22
Show Gist options
  • Save schnittchen/2b765d2c03063e8c49ad to your computer and use it in GitHub Desktop.
Save schnittchen/2b765d2c03063e8c49ad to your computer and use it in GitHub Desktop.
Rust beginners resources
Intended at programmers, not absolute beginners.
Consume these resources in this order to get the hang of Rust:
1) for motivation and the basic resource management notions https://d3fenhwk93s16g.cloudfront.net/0l7u7x/mp4.mp4?t=142109848354b43df3bf31f
2) for a tour of the language features and to get a grip on the syntax http://rustbyexample.com/
3) go more into depth http://doc.rust-lang.org/book/
Work in progress. Suggestions welcome!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment