projects
/
rust-101.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
f9c2592
)
add link to the advanced programming guide
author
Ralf Jung
<post@ralfj.de>
Tue, 21 Jul 2015 09:14:55 +0000
(11:14 +0200)
committer
Ralf Jung
<post@ralfj.de>
Tue, 21 Jul 2015 09:14:55 +0000
(11:14 +0200)
src/main.rs
patch
|
blob
|
history
diff --git
a/src/main.rs
b/src/main.rs
index 08a5d25f7bdabf18fc4150a8b7ef00dbacc07571..02766c612d6e212b4bde8f266f0fdbb4e13fc523 100644
(file)
--- 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 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)
// * 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)