|
1 | | -# NOTICE ABOUT STATUS |
2 | | - |
3 | | -The second edition of The Rust Programming Language is getting ever closer to being printed! |
4 | | -This means we're not able to make large changes to chapters that are in any column to the |
5 | | -right of, and including, the "Frozen" column [on our Project board][proj]. Issues or pull |
6 | | -requests submitted for frozen chapters are welcome but will be closed until we start work |
7 | | -on a third edition. Thank you! |
8 | | - |
9 | | -[proj]: https://github.com/rust-lang/book/projects/1 |
| 1 | +> **This is a fork of [rust-lang/book](https://github.com/rust-lang/book) in order to translate the English (second-edition) book in French.** |
| 2 | +> |
| 3 | +> Please read the help [TRANSLATE.md](https://github.com/quadrifoglio/rust-book-fr/blob/master/second-edition/TRANSLATING.md) ! |
10 | 4 |
|
11 | 5 | # The Rust Programming Language |
12 | 6 |
|
13 | 7 | [](https://travis-ci.org/rust-lang/book) |
14 | 8 |
|
15 | | -This repo contains two editions of “The Rust Programming Language”; we |
16 | | -recommend starting with the second edition. |
| 9 | +This repo contains two editions of “The Rust Programming Language”. |
17 | 10 |
|
18 | | -The second edition is a rewrite that will be printed by No Starch Press, |
19 | | -available around May 2018. Check [the No Starch Page][nostarch] for the latest |
20 | | -information on the release date and how to order. |
| 11 | +The second edition is a rewrite that will be printed by NoStarch Press, |
| 12 | +available around October 2017. |
21 | 13 |
|
22 | | -[nostarch]: https://nostarch.com/rust |
| 14 | +[You can read it online][html]; the last few chapters aren't completed yet, but |
| 15 | +the first half of the book is much improved from the first edition. We recommend |
| 16 | +starting with the second edition. |
23 | 17 |
|
24 | | -You can read the book for free online! Please see the book as shipped with the |
25 | | -latest [stable], [beta], or [nightly] Rust releases. Be aware that issues in |
26 | | -those versions may have been fixed in this repository already. |
27 | | - |
28 | | -[stable]: https://doc.rust-lang.org/stable/book/second-edition/ |
29 | | -[beta]: https://doc.rust-lang.org/beta/book/second-edition/ |
30 | | -[nightly]: https://doc.rust-lang.org/nightly/book/second-edition/ |
| 18 | +[html]: http://rust-lang.github.io/book/ |
31 | 19 |
|
32 | 20 | [The first edition is still available to read online][first]. |
33 | 21 |
|
34 | 22 | [first]: https://doc.rust-lang.org/book/ |
35 | 23 |
|
36 | | - |
37 | 24 | ## Requirements |
38 | 25 |
|
39 | | -Building the book requires [mdBook], ideally the same version that |
40 | | -[rust-lang/rust uses in this file][rust-mdbook]. To get it: |
| 26 | +Building the book requires [mdBook] >= v0.0.13. To get it: |
41 | 27 |
|
42 | 28 | [mdBook]: https://github.com/azerupi/mdBook |
43 | | -[rust-mdbook]: https://github.com/rust-lang/rust/blob/master/src/tools/rustbook/Cargo.toml |
44 | 29 |
|
45 | 30 | ```bash |
46 | | -$ cargo install mdbook --vers [version-num] |
| 31 | +$ cargo install mdbook |
47 | 32 | ``` |
48 | 33 |
|
49 | 34 | ## Building |
|
0 commit comments