1
1
---
2
2
layout: default
3
- title: Downloads · The Rust Programming Language
3
+ title: Téléchargements · Langage de programmation Rust
4
4
---
5
5
< h1 > Downloads</ h1 >
6
6
@@ -11,11 +11,11 @@ <h1>Downloads</h1>
11
11
< h2 id ="stable "> {{ site.stable }} </ h2 >
12
12
< h3 > {{ site.stable_date }}</ h3 >
13
13
< p >
14
- The
14
+ La
15
15
< a href ="http://blog.rust-lang.org{{ site.stable_blog }} ">
16
- current stable release of Rust
16
+ version actuelle de Rust
17
17
</ a >
18
- , updated every six weeks and backwards-compatible .
18
+ , mise à jour toutes les 6 semaines et rétrocompatible .
19
19
</ p >
20
20
</ div >
21
21
< div class ="col-md-8 ">
@@ -51,7 +51,7 @@ <h3>{{ site.stable_date }}</h3>
51
51
52
52
< div class ="row ">
53
53
< div class ="col-md-10 col-md-offset-1 ">
54
- < p > An easy way to install the stable binaries for Linux and Mac is to run this in your shell :</ p >
54
+ < p > Un moyen simple d’installer les binaires stables pour Linux et Mac est de lancer ceci dans votre terminal :</ p >
55
55
< pre > < code > curl -sSf https://static.rust-lang.org/rustup.sh | sh</ code > </ pre >
56
56
</ div >
57
57
</ div >
@@ -62,10 +62,10 @@ <h3>{{ site.stable_date }}</h3>
62
62
< div class ="col-md-4 side-header ">
63
63
< h2 id ="beta "> Beta ({{ site.beta }})</ h2 >
64
64
< p >
65
- A preview of the upcoming stable release, intended for testing by
66
- crate authors. Updated every six weeks and as needed .
65
+ Une préversion de la prochaine version stable, destinée aux tests pour les
66
+ auteurs de paquets. Mise à jour toutes les 6 semaines et si besoin .
67
67
</ p >
68
- < p > < em > Scheduled for stable release < br /> {{ site.beta_date }}</ em > .< p >
68
+ < p > < em > Stabilisation prévue : < br /> {{ site.beta_date }}</ em > .< p >
69
69
</ div >
70
70
< div class ="col-md-8 ">
71
71
< table class ="table-features table-installers "> < tbody >
@@ -101,7 +101,7 @@ <h2 id="beta">Beta ({{ site.beta }})</h2>
101
101
102
102
< div class ="row ">
103
103
< div class ="col-md-10 col-md-offset-1 ">
104
- < p > An easy way to install the beta binaries for Linux and Mac is to run this in your shell :</ p >
104
+ < p > Un moyen simple d’installer les binaires bêtas pour Linux et Mac est de lancer ceci dans votre terminal :</ p >
105
105
< pre > < code > curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=beta</ code > </ pre >
106
106
</ div >
107
107
</ div >
@@ -112,10 +112,10 @@ <h2 id="beta">Beta ({{ site.beta }})</h2>
112
112
< div class ="col-md-4 side-header ">
113
113
< h2 id ="nightly "> Nightly ({{ site.nightly }})</ h2 >
114
114
< p >
115
- The current development branch .
116
- It includes
117
- < a href ="https://doc.rust-lang.org/book/nightly-rust.html "> unstable features </ a >
118
- that are not available in the betas or stable releases .
115
+ La branche de développement actuelle .
116
+ Elle inclue
117
+ < a href ="https://doc.rust-lang.org/book/nightly-rust.html "> des fonctionnalités instables </ a >
118
+ qui ne font pas partie des versions bêtas ou stables .
119
119
</ p >
120
120
</ div >
121
121
< div class ="col-md-8 ">
@@ -152,7 +152,7 @@ <h2 id="nightly">Nightly ({{ site.nightly }})</h2>
152
152
153
153
< div class ="row ">
154
154
< div class ="col-md-10 col-md-offset-1 ">
155
- < p > An easy way to install the nightly binaries for Linux and Mac is to run this in your shell :</ p >
155
+ < p > Un moyen simple d’installer les binaires nightly pour Linux et Mac est de lancer ceci dans votre terminal :</ p >
156
156
< pre > < code > curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly</ code > </ pre >
157
157
</ div >
158
158
</ div >
@@ -162,7 +162,7 @@ <h2 id="nightly">Nightly ({{ site.nightly }})</h2>
162
162
< div class ="row ">
163
163
< div class ="col-md-12 ">
164
164
< p >
165
- Discover other downloads in < a href ="https://static.rust-lang.org/dist/index.html "> the archives.</ a >
165
+ Retrouvez les autres téléchargements dans < a href ="https://static.rust-lang.org/dist/index.html "> les archives.</ a >
166
166
</ p >
167
167
</ div >
168
168
</ div >
0 commit comments