Created
January 13, 2015 11:22
-
-
Save schnittchen/2b765d2c03063e8c49ad to your computer and use it in GitHub Desktop.
Rust beginners resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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