File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ concepts. Upon completing the book, you'll be an intermediate Rust
14
14
developer, and will have a good grasp of the fundamental ideas behind
15
15
Rust.
16
16
17
- [ Rust By Example] [ rbe ] teaches you Rust through a series of small
18
- examples.
19
-
20
- [ rbe ] : http://rustbyexample.com/
21
-
22
17
# Language Reference
23
18
24
19
Rust does not have an exact specification yet, but an effort to describe as much of
@@ -38,26 +33,7 @@ how to write `unsafe` Rust code. It is for advanced Rust programmers.
38
33
39
34
[ The Rustonomicon ] : nomicon/index.html
40
35
41
- # Tools
42
-
43
- [ Cargo] ( http://doc.crates.io/index.html ) is the Rust package manager providing access to libraries
44
- beyond the standard one, and its website contains lots of good documentation.
45
-
46
- [ ` rustdoc ` ] ( book/documentation.html ) is the Rust's documentation generator, a tool converting
47
- annotated source code into HTML docs.
48
-
49
36
# The Error Index
50
37
51
38
If you encounter an error while compiling your code you may be able to look it
52
39
up in the [ Rust Compiler Error Index] ( error-index.html ) .
53
-
54
- # Community Translations
55
-
56
- Several projects have been started to translate the documentation into other
57
- languages:
58
-
59
- - [ Russian] ( https://github.com/kgv/rust_book_ru )
60
- - [ Korean] ( https://github.com/rust-kr/doc.rust-kr.org )
61
- - [ Chinese] ( https://github.com/KaiserY/rust-book-chinese )
62
- - [ Spanish] ( https://goyox86.github.io/elpr )
63
- - [ German] ( https://panicbit.github.io/rustbook-de )
You can’t perform that action at this time.
0 commit comments