File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 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
1414developer, and will have a good grasp of the fundamental ideas behind
1515Rust.
1616
17- [ Rust By Example] [ rbe ] teaches you Rust through a series of small
18- examples.
19-
20- [ rbe ] : http://rustbyexample.com/
21-
2217# Language Reference
2318
2419Rust 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.
3833
3934[ The Rustonomicon ] : nomicon/index.html
4035
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-
4936# The Error Index
5037
5138If you encounter an error while compiling your code you may be able to look it
5239up 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