X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/a7fde6ca45fecd14ac7764f47d74a76bb8853352..1f6a5ed7a44ed00827fd3312503f20b8f52f94db:/src/main.rs diff --git a/src/main.rs b/src/main.rs index 02766c6..97d3530 100644 --- a/src/main.rs +++ b/src/main.rs @@ -122,4 +122,5 @@ fn main() { // * [Rust by Example](http://rustbyexample.com/) // * [The Advanced Rust Programming Guide](http://cglab.ca/~abeinges/blah/turpl/_book/README.html) // * The [Rust Subreddit](https://www.reddit.com/r/rust/) +// * A [collection of links](https://github.com/ctjhoa/rust-learning) to blog posts, articles, videos, etc. for learning Rust. // * For the IRC channel and other forums, see the "Community" section of the [Rust Documentation index](http://doc.rust-lang.org/index.html)