@@ -12,7 +12,9 @@ safety guarantees**. Better yet, it achieves these goals without
12
12
requiring a garbage collector or runtime, making it possible to
13
13
[ use Rust libraries as a "drop-in replacement" for C] [ ffi ] . If you'd
14
14
like to experiment with Rust, the
15
- [ "Getting Started" section of the Rust book] [ book ] is your best bet.
15
+ [ "Getting Started" section of the Rust book] [ book ] is your best bet
16
+ (if you prefer to use an e-reader, Pascal Hertleif maintains
17
+ [ unofficial ebook vesions] [ ebook ] as well).
16
18
17
19
What makes Rust different from other languages is its type system,
18
20
which represents a refinement and codification of "best practices"
@@ -69,7 +71,7 @@ Since we [announced cargo and crates.io][cargo] approximately six
69
71
months ago, the number of packages has been growing
70
72
steadily. Nonetheless, it's still early days, and there are still lots
71
73
of great packages yet to be written. If you're interested in building
72
- a libary that will take the Rust world by storm, there's no time like
74
+ a library that will take the Rust world by storm, there's no time like
73
75
the present!
74
76
75
77
### Open Source and Open Governance
@@ -326,3 +328,4 @@ whom contributed changes since our previous release (the
326
328
[ 24965 ] : https://github.com/rust-lang/rust/pull/24965
327
329
[ 24615 ] : https://github.com/rust-lang/rust/pull/24615
328
330
[ 25323 ] : https://github.com/rust-lang/rust/pull/25323
331
+ [ ebook ] : http://killercup.github.io/trpl-ebook/
0 commit comments