File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ Other unofficial documentation may exist elsewhere; for example, the [Rust
11
11
Learning] project collects documentation from the community, and [ Docs.rs]
12
12
builds documentation for individual Rust packages.
13
13
14
- ## API Documentation
14
+ # API Documentation
15
15
16
16
Rust provides a standard library with a number of features; [ we host its
17
17
documentation here] [ api ] .
18
18
19
- ## Extended Error Documentation
19
+ # Extended Error Documentation
20
20
21
21
Many of Rust's errors come with error codes, and you can request extended
22
22
diagnostics from the compiler on those errors. We also [ have the text of those
23
23
extended errors on the web] [ err ] , if you prefer to read them that way.
24
24
25
- ## The Rust Bookshelf
25
+ # The Rust Bookshelf
26
26
27
27
Rust provides a number of book-length sets of documentation, collectively
28
28
nicknamed 'The Rust Bookshelf.'
You can’t perform that action at this time.
0 commit comments