<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Standard Library on Michael-F-Bryan</title>
    <link>https://adventures.michaelfbryan.com/tags/standard-library/</link>
    <description>Recent content in Standard Library on Michael-F-Bryan</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 21 Mar 2026 20:30:29 +0800</lastBuildDate>
    <atom:link href="https://adventures.michaelfbryan.com/tags/standard-library/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Daily Rust: Iterators</title>
      <link>https://adventures.michaelfbryan.com/posts/daily/iterators/</link>
      <pubDate>Tue, 24 Aug 2021 03:55:00 +0800</pubDate>
      <guid>https://adventures.michaelfbryan.com/posts/daily/iterators/</guid>
      <description>&lt;p&gt;Iterators are part of Rust&amp;rsquo;s secret sauce. They power things from the humble&#xA;for-loop to the elegant iterator chain, but have you ever stopped to think how&#xA;they work?&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s find out more about Rust&amp;rsquo;s iterators by implementing our own versions of&#xA;common iterators and reading the standard library&amp;rsquo;s source code.&lt;/p&gt;&#xA;&#xA;&lt;div class=&#34;notices info&#34; &gt;&#xA;    &lt;p&gt;The code written in this article is available on the Rust Playground using the&#xA;various &lt;a href=&#34;https://play.rust-lang.org/&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;(playground)&lt;/a&gt; links dotted throughout. Feel free to browse&#xA;through and steal code or inspiration.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
