File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ series of small examples.
20
20
21
21
[ rbe ] : http://rustbyexample.com/
22
22
23
+ # The Standard Library
24
+
25
+ We have [ API documentation for the entire standard
26
+ library] ( std/index.html ) . There's a list of crates on the left with more
27
+ specific sections, or you can use the search bar at the top to search for
28
+ something if you know its name.
29
+
23
30
# Community & Getting Help
24
31
25
32
If you need help with something, or just want to talk about Rust with others,
@@ -75,13 +82,6 @@ There are questions that are asked quite often, so we've made FAQs for them:
75
82
* [ Project FAQ] ( complement-project-faq.html )
76
83
* [ How to submit a bug report] ( https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports )
77
84
78
- # The Standard Library
79
-
80
- We have [ API documentation for the entire standard
81
- library] ( std/index.html ) . There's a list of crates on the left with more
82
- specific sections, or you can use the search bar at the top to search for
83
- something if you know its name.
84
-
85
85
# The Error Index
86
86
87
87
If you encounter an error while compiling your code you may be able to look it
You can’t perform that action at this time.
0 commit comments