projects
/
rust-101.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
part10: typo
[rust-101.git]
/
src
/
main.rs
diff --git
a/src/main.rs
b/src/main.rs
index 08a5d25f7bdabf18fc4150a8b7ef00dbacc07571..97d353067e6f1f701320a5804fc19af04f798bcf 100644
(file)
--- a/
src/main.rs
+++ b/
src/main.rs
@@
-120,5
+120,7
@@
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/)
// * 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)
// * For the IRC channel and other forums, see the "Community" section of the [Rust Documentation index](http://doc.rust-lang.org/index.html)