Skip to content

Commit 5601686

Browse files
committed
mention ereader
1 parent 214e410 commit 5601686

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_posts/2015-05-15-Rust-1.0.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ safety guarantees**. Better yet, it achieves these goals without
1212
requiring a garbage collector or runtime, making it possible to
1313
[use Rust libraries as a "drop-in replacement" for C][ffi]. If you'd
1414
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).
1618

1719
What makes Rust different from other languages is its type system,
1820
which represents a refinement and codification of "best practices"
@@ -69,7 +71,7 @@ Since we [announced cargo and crates.io][cargo] approximately six
6971
months ago, the number of packages has been growing
7072
steadily. Nonetheless, it's still early days, and there are still lots
7173
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
7375
the present!
7476

7577
### Open Source and Open Governance
@@ -326,3 +328,4 @@ whom contributed changes since our previous release (the
326328
[24965]: https://github.com/rust-lang/rust/pull/24965
327329
[24615]: https://github.com/rust-lang/rust/pull/24615
328330
[25323]: https://github.com/rust-lang/rust/pull/25323
331+
[ebook]: http://killercup.github.io/trpl-ebook/

0 commit comments

Comments
 (0)