add some links to external resources
[rust-101.git] / src / main.rs
index 4352a505b98ab846be3f3f634eb059c0132616b9..a0dc866ee3103edd3e19577707b8e9bd5318b2d2 100644 (file)
@@ -27,3 +27,12 @@ mod part01;
 fn main() {
     part00::part_main();
 }
+
+// Additional material
+// -------------------
+// 
+// There's tons of useful Rust stuff out there, so let me just put links to some
+// of the most interesting places here:
+// * [The Rust Book](https://doc.rust-lang.org/stable/book/)
+// * [Rust by Example](http://rustbyexample.com/)
+// * The [Rust Subreddit](https://www.reddit.com/r/rust/)