<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unzip on rustbites</title><link>https://www.rustbites.com/tags/unzip/</link><description>Recent content in Unzip on rustbites</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 06 Apr 2026 18:00:02 +0200</lastBuildDate><atom:link href="https://www.rustbites.com/tags/unzip/index.xml" rel="self" type="application/rss+xml"/><item><title>64. Iterator::unzip — Split Pairs into Separate Collections</title><link>https://www.rustbites.com/posts/bite-064/</link><pubDate>Mon, 06 Apr 2026 09:00:00 +0100</pubDate><guid>https://www.rustbites.com/posts/bite-064/</guid><description>&lt;p&gt;Got an iterator of tuples and need two separate collections? Stop looping and pushing manually — &lt;code&gt;unzip&lt;/code&gt; splits pairs into two collections in a single pass.&lt;/p&gt;</description></item></channel></rss>