File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,12 @@ \subsection{Installing Rust}
13
13
14
14
\begin {frame }[fragile]{Rustup.rs}
15
15
\begin {itemize }
16
- \item Makes it easy to install different Rust versions
17
- \item Successor of multirust
16
+ \item Official installation method by now
17
+ \item Makes it easy to:
18
+ \begin {itemize }
19
+ \item Install different Rust versions
20
+ \item Install cross compilation toolchains
21
+ \end {itemize }
18
22
\item Written in Rust itself
19
23
\pause \item Installing is easy:
20
24
\begin {minted }{sh}
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ \section{What is Rust?}
25
25
% %%
26
26
27
27
\begin {frame }{Quick Facts about Rust}
28
- (As of April 2017)
28
+ (As of May 2017)
29
29
\begin {itemize }
30
30
\item Started by Mozilla employee Graydon Hoare
31
31
\item First announced by Mozilla in 2010
32
32
\item Community driven development
33
33
\item First stable release: 1.0 in May 2015
34
- \item Latest stable release: 1.16 .0
34
+ \item Latest stable release: 1.17 .0
35
35
\item More than 60'000 commits on Github
36
36
\item Largest well-known project written in Rust: Servo\footnote {\url {https://servo.org/}}
37
37
\end {itemize }
You can’t perform that action at this time.
0 commit comments