mirror of
https://github.com/rust-lang/book.git
synced 2026-09-14 16:50:23 -04:00
Merge pull request #713 from devurandom/hint-2nd-edition
Hint at 2nd edition of this book
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user