@@ -15,6 +15,12 @@ Rust, its syntax, and its concepts. Upon completing the book, you'll be an
15
15
intermediate Rust developer, and will have a good grasp of the fundamental
16
16
ideas behind Rust.
17
17
18
+ [ Rust By Example] [ rbe ] was originally a community resource, but was then
19
+ donated to the Rust project. As the name implies, it teaches you Rust through a
20
+ series of small examples.
21
+
22
+ [ rbe ] : rustbyexample.com
23
+
18
24
# Community & Getting Help
19
25
20
26
If you need help with something, or just want to talk about Rust with others,
@@ -76,17 +82,3 @@ We have [API documentation for the entire standard
76
82
library] ( std/index.html ) . There's a list of crates on the left with more
77
83
specific sections, or you can use the search bar at the top to search for
78
84
something if you know its name.
79
-
80
- # External documentation
81
-
82
- * Note: While these are great resources for learning Rust, they may track a
83
- particular version of Rust that is likely not exactly the same as that for
84
- which this documentation was generated.*
85
-
86
- * [ Rust by Example] - Short examples of common tasks in Rust (tracks the master
87
- branch).
88
- * [ Rust for Rubyists] - The first community tutorial for Rust. Tracks the last
89
- stable release. Not just for Ruby programmers.
90
-
91
- [ Rust by Example ] : http://rustbyexample.com/
92
- [ Rust for Rubyists ] : http://www.rustforrubyists.com/
0 commit comments