Merge pull request #713 from devurandom/hint-2nd-edition

Hint at 2nd edition of this book
This commit is contained in:
Carol (Nichols || Goulding)
2017-05-21 20:05:32 -06:00
committed by GitHub

View File

@@ -36,4 +36,16 @@ is the first. After this:
The source files from which this book is generated can be found on
[GitHub][book].
### Second edition of this book
There are two editions of "The Rust Programming Language", this being the
[first edition][first-edition].
The [second edition][second-edition] is a complete re-write. It is still under
construction, though it is far enough along to learn most of Rust. We suggest
reading the second edition and then checking out the first edition later to pick
up some of the more esoteric parts of the language.
[book]: https://github.com/rust-lang/book/tree/master/first-edition/src
[first-edition]: https://doc.rust-lang.org/book/
[second-edition]: https://doc.rust-lang.org/nightly/book/second-edition/