1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 09:44:24 +02:00

Rust tutorial -> The Rust Guide

Previous link is deprecated
This commit is contained in:
Justin Campbell
2014-10-14 16:42:39 -04:00
parent 0706788b9e
commit 8768176023

View File

@@ -255,8 +255,8 @@ fn main() {
## Further reading ## Further reading
Theres a lot more to Rust—this is just the basics of Rust so you can Theres a lot more to Rust—this is just the basics of Rust so you can
understand the most important things. To learn more about Rust, read the understand the most important things. To learn more about Rust, read [The Rust
[Rust tutorial](http://doc.rust-lang.org/tutorial.html) and check out the Guide](http://doc.rust-lang.org/guide.html) and check out the
[/r/rust](http://reddit.com/r/rust) subreddit. The folks on the #rust channel [/r/rust](http://reddit.com/r/rust) subreddit. The folks on the #rust channel
on irc.mozilla.org are also always keen to help newcomers. on irc.mozilla.org are also always keen to help newcomers.