152 lines
5.1 KiB
HTML
152 lines
5.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en" id="oranda" class="dark">
|
||
|
<head>
|
||
|
<title>rustlings</title>
|
||
|
|
||
|
<meta property="og:url" content="https://rustlings.cool" />
|
||
|
|
||
|
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
|
||
|
<meta name="description" content="Small exercises to get you used to reading and writing Rust code!" />
|
||
|
<meta property="og:description" content="Small exercises to get you used to reading and writing Rust code!" />
|
||
|
|
||
|
<meta property="og:type" content="website" />
|
||
|
<meta property="og:title" content="rustlings" />
|
||
|
|
||
|
|
||
|
|
||
|
<meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
|
||
|
<link rel="stylesheet" href="/oranda-v0.3.1.css" />
|
||
|
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<div class="page-body">
|
||
|
|
||
|
<div class="repo_banner">
|
||
|
<a href="https://github.com/rust-lang/rustlings">
|
||
|
<div class="github-icon" aria-hidden="true"></div>
|
||
|
Check out our GitHub!
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<main>
|
||
|
<header>
|
||
|
|
||
|
<h1 class="title">rustlings</h1>
|
||
|
|
||
|
<nav class="nav">
|
||
|
<ul>
|
||
|
<li><a href="/">Home</a></li>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<li><a href="/artifacts/">Install</a></li>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<li><a href="/changelog/">Changelog</a></li>
|
||
|
|
||
|
</ul>
|
||
|
</nav>
|
||
|
|
||
|
</header>
|
||
|
|
||
|
|
||
|
<div>
|
||
|
<h1>Rustlings 5.1.0</h1>
|
||
|
<div class="releases-body">
|
||
|
|
||
|
|
||
|
<section class="release ">
|
||
|
|
||
|
<div class="release-info">
|
||
|
<span class="flex items-center gap-2">
|
||
|
<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'>
|
||
|
<path stroke-linecap='round' stroke-linejoin='round' d='M9.568 3H5.25A2.25 2.25 0 003 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 005.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 009.568 3z' />
|
||
|
<path stroke-linecap='round' stroke-linejoin='round' d='M6 6h.008v.008H6V6z' /></svg>
|
||
|
5.1.0
|
||
|
</span>
|
||
|
<span class="flex items-center gap-2">
|
||
|
|
||
|
<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'><path stroke-linecap='round' stroke-linejoin='round' d='M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0v-7.5A2.25 2.25 0 015.25 9h13.5A2.25 2.25 0 0121 11.25v7.5' /></svg>
|
||
|
Aug 16 2022 at 07:56 UTC
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="release-body">
|
||
|
<h4>Features</h4>
|
||
|
<ul>
|
||
|
<li>Added a new <code>rc1</code> exercise.</li>
|
||
|
<li>Added a new <code>cow1</code> exercise.</li>
|
||
|
</ul>
|
||
|
<h4>Bug Fixes</h4>
|
||
|
<ul>
|
||
|
<li><strong>variables5</strong>: Corrected reference to previous exercise</li>
|
||
|
<li><strong>functions4</strong>: Fixed line number reference</li>
|
||
|
<li><strong>strings3</strong>: Clarified comment wording</li>
|
||
|
<li><strong>traits4, traits5</strong>: Fixed line number reference</li>
|
||
|
<li><strong>traits5</strong>:
|
||
|
<ul>
|
||
|
<li>Fixed typo in "parameter"</li>
|
||
|
<li>Made exercise prefer a traits-based solution</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li><strong>lifetimes2</strong>: Improved hint</li>
|
||
|
<li><strong>threads3</strong>: Fixed typo in hint</li>
|
||
|
<li><strong>box1</strong>: Replaced <code>unimplemented!</code> with <code>todo!</code></li>
|
||
|
<li><strong>errors5</strong>: Provided an explanation for usage of <code>Box<dyn Error></code></li>
|
||
|
<li><strong>quiz2</strong>: Fixed a typo</li>
|
||
|
<li><strong>macros</strong>: Updated the macros book link</li>
|
||
|
<li><strong>options1</strong>:
|
||
|
<ul>
|
||
|
<li>Removed unused code</li>
|
||
|
<li>Added more granular tests</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>Fixed some comment syntax shenanigans in info.toml</li>
|
||
|
</ul>
|
||
|
<h4>Housekeeping</h4>
|
||
|
<ul>
|
||
|
<li>Fixed a typo in .editorconfig</li>
|
||
|
<li>Fixed a typo in integration_tests.rs</li>
|
||
|
<li>Clarified manual installation instructions using <code>cargo install --path .</code></li>
|
||
|
<li>Added a link to our Zulip in the readme file</li>
|
||
|
</ul>
|
||
|
<p><a rel="noopener noreferrer"></a></p>
|
||
|
|
||
|
</div>
|
||
|
</section>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</main>
|
||
|
</div>
|
||
|
|
||
|
<footer>
|
||
|
|
||
|
<a href="https://github.com/rust-lang/rustlings"><div class="github-icon" aria-hidden="true"></div></a>
|
||
|
|
||
|
<span>
|
||
|
rustlings
|
||
|
</span>
|
||
|
</footer>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<script defer="true" data-domain="rustlings.cool" src="https://plausible.io/js/script.js"></script>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|