From: Ralf Jung Date: Tue, 21 Jul 2015 09:14:55 +0000 (+0200) Subject: add link to the advanced programming guide X-Git-Url: https://git.ralfj.de/rust-101.git/commitdiff_plain/126f7bfe68883e6465d42c529b00d797b2f8478a add link to the advanced programming guide --- diff --git a/src/main.rs b/src/main.rs index 08a5d25..02766c6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -120,5 +120,6 @@ fn main() { // // * [The Rust Book](https://doc.rust-lang.org/stable/book/) // * [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/) // * For the IRC channel and other forums, see the "Community" section of the [Rust Documentation index](http://doc.rust-lang.org/index.html)