gh-pages
Dhghomon 4 years ago
parent 4f3832064f
commit 470201ae77

@ -168,6 +168,7 @@
<p>22 December 2020: mdBook can be found <a href="https://dhghomon.github.io/easy_rust">here</a>.</p>
<p>28 November 2020: <a href="https://github.com/kumakichi/easy_rust_chs">Now also available in simplified Chinese</a> thanks to <a href="https://github.com/kumakichi">kumakichi</a>!</p>
<p>1 February 2021: <a href="https://www.youtube.com/playlist?list=PLfllocyHVgsRwLkTAhG0E-2QxCf-ozBkk">Now available on YouTube!</a></p>
<p><img src="Easy_Rust_sample_image.png" alt="" /></p>
</main>

@ -168,6 +168,7 @@
<p>22 December 2020: mdBook can be found <a href="https://dhghomon.github.io/easy_rust">here</a>.</p>
<p>28 November 2020: <a href="https://github.com/kumakichi/easy_rust_chs">Now also available in simplified Chinese</a> thanks to <a href="https://github.com/kumakichi">kumakichi</a>!</p>
<p>1 February 2021: <a href="https://www.youtube.com/playlist?list=PLfllocyHVgsRwLkTAhG0E-2QxCf-ozBkk">Now available on YouTube!</a></p>
<p><img src="Easy_Rust_sample_image.png" alt="" /></p>
</main>

@ -170,6 +170,7 @@
<p>22 December 2020: mdBook can be found <a href="https://dhghomon.github.io/easy_rust">here</a>.</p>
<p>28 November 2020: <a href="https://github.com/kumakichi/easy_rust_chs">Now also available in simplified Chinese</a> thanks to <a href="https://github.com/kumakichi">kumakichi</a>!</p>
<p>1 February 2021: <a href="https://www.youtube.com/playlist?list=PLfllocyHVgsRwLkTAhG0E-2QxCf-ozBkk">Now available on YouTube!</a></p>
<p><img src="Easy_Rust_sample_image.png" alt="" /></p>
<h2><a class="header" href="#introduction" id="introduction">Introduction</a></h2>
<p>Rust is a new language that already has good textbooks. But sometimes its textbooks are difficult because they are for native English speakers. Many companies and people now learn Rust, and they could learn faster with a book that has easy English. This textbook is for these companies and people to learn Rust with simple English.</p>
<p>Rust is a language that is quite new, but already very popular. It's popular because it gives you the speed and control of C or C++ but also the memory safety of other newer languages like Python. It does this with some new ideas that are sometimes different from other languages. That means that there are some new things to learn, and you can't just &quot;figure it out as you go along&quot;. Rust is a language that you have to think about for a while to understand. But it still looks pretty familiar if you know another language and it is made to help you write good code.</p>

Loading…
Cancel
Save