@@ -6,54 +6,54 @@ title: Rust Documentation · The Rust Programming Language
6
6
# Rust Documentation
7
7
8
8
If you haven't seen Rust at all yet, the first thing you should read
9
- is the introduction to the book, [ ** The Rust Programming
10
- Language** ] [ book ] . It will give you a good idea of what Rust is like,
9
+ is the introduction to the book, [ The Rust Programming
10
+ Language] [ book ] . It will give you a good idea of what Rust is like,
11
11
show you how to install it, and explain its syntax and concepts. Upon
12
12
completing the book, you'll be an intermediate Rust developer, and
13
13
will have a good grasp of the fundamental ideas behind Rust.
14
14
15
15
## Learning Rust
16
16
17
- [ ** The Rust Programming Language** ] [ book ] . Also known as "The Book",
17
+ [ The Rust Programming Language] [ book ] . Also known as "The Book",
18
18
The Rust Programming Language is the most comprehensive resource for
19
19
all topics related to Rust, and is the primary official document of
20
20
the language.
21
21
22
- [ ** Rust by Example** ] [ rbe ] . A collection of self-contained Rust
22
+ [ Rust by Example] [ rbe ] . A collection of self-contained Rust
23
23
examples on a variety of topics, executable in-browser.
24
24
25
- [ ** Frequently asked questions** ] [ faq ] .
25
+ [ Frequently asked questions] [ faq ] .
26
26
27
- [ ** The Rustonomicon** ] [ nomicon ] . An entire book dedicated to
27
+ [ The Rustonomicon] [ nomicon ] . An entire book dedicated to
28
28
explaining how to write unsafe Rust code. It is for advanced Rust
29
29
programmers.
30
30
31
- [ ** rust-learning** ] . A community-maintained collection of resources
31
+ [ rust-learning] . A community-maintained collection of resources
32
32
for learning Rust.
33
33
34
34
[ book ] : https://doc.rust-lang.org/book/
35
35
[ rbe ] : http://rustbyexample.com
36
36
[ faq ] : faq.html
37
37
[ nomicon ] : https://doc.rust-lang.org/nomicon/
38
- [ ** rust-learning** ] : https://github.com/ctjhoa/rust-learning
38
+ [ rust-learning ] : https://github.com/ctjhoa/rust-learning
39
39
40
40
## References
41
41
42
- [ ** Standard Library API Reference** ] [ api ] . Documentation for the
42
+ [ Standard Library API Reference] [ api ] . Documentation for the
43
43
standard library.
44
44
45
- [ ** The Rust Reference** ] [ ref ] . While Rust does not have a
45
+ [ The Rust Reference] [ ref ] . While Rust does not have a
46
46
specification, the reference tries to describe its working in
47
47
detail. It tends to be out of date.
48
48
49
- [ ** Syntax Index** ] [ syn ] . This appendix from The Book contains examples
49
+ [ Syntax Index] [ syn ] . This appendix from The Book contains examples
50
50
of all syntax in Rust cross-referenced with the section of The Book
51
51
that describes it.
52
52
53
- [ ** The Cargo Guide** ] [ cargo ] . The documentation for Cargo,
53
+ [ The Cargo Guide] [ cargo ] . The documentation for Cargo,
54
54
Rust's package manager.
55
55
56
- [ ** Compiler Error Index** ] [ err ] . Extended explanations of
56
+ [ Compiler Error Index] [ err ] . Extended explanations of
57
57
the errors produced by the Rust compiler.
58
58
59
59
[ api ] : https://doc.rust-lang.org/std/
@@ -64,10 +64,10 @@ the errors produced by the Rust compiler.
64
64
65
65
## Project policies
66
66
67
- [ ** Rust security policy** ] [ security ] . The project's policies for
67
+ [ Rust security policy] [ security ] . The project's policies for
68
68
reporting, fixing and disclosing security-related bugs.
69
69
70
- [ ** Rust copyright and trademark policies** ] [ legal ] . The Rust
70
+ [ Rust copyright and trademark policies] [ legal ] . The Rust
71
71
copyrights are owned by The Rust Project Developers, and its
72
72
trademarks are owned by Mozilla. Appropriate usage of Rust's
73
73
trademarks are described here.
0 commit comments