<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>into_rust()</title>
    <description>Screencasts and tutorials to help you learn Rust.
</description>
    <link>/</link>
    <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Sat, 01 Oct 2016 20:06:59 -0400</pubDate>
    <lastBuildDate>Sat, 01 Oct 2016 20:06:59 -0400</lastBuildDate>
    <generator>Jekyll v3.2.1</generator>
    
      <item>
        <title>Why Rust?</title>
        <description>Get the &quot;extended elevator pitch&quot; for Rust.</description>
        <pubDate>Sun, 25 Sep 2016 00:00:00 -0400</pubDate>
        <link>/tutorial/why-rust/</link>
        <guid isPermaLink="true">/tutorial/why-rust/</guid>
        
        
      </item>
    
      <item>
        <title>Hello, world!</title>
        <description>Where every tutorial must start!</description>
        <pubDate>Sun, 25 Sep 2016 00:00:00 -0400</pubDate>
        <link>/tutorial/hello-world/</link>
        <guid isPermaLink="true">/tutorial/hello-world/</guid>
        
        
      </item>
    
      <item>
        <title>Ownership</title>
        <description>Ownership: the foundation of how Rust works</description>
        <pubDate>Sun, 25 Sep 2016 00:00:00 -0400</pubDate>
        <link>/tutorial/ownership/</link>
        <guid isPermaLink="true">/tutorial/ownership/</guid>
        
        
      </item>
    
      <item>
        <title>Shared borrows</title>
        <description>How to have multiple references to the same data without copying</description>
        <pubDate>Sun, 25 Sep 2016 00:00:00 -0400</pubDate>
        <link>/tutorial/shared-borrows/</link>
        <guid isPermaLink="true">/tutorial/shared-borrows/</guid>
        
        
      </item>
    
      <item>
        <title>Mutable borrows</title>
        <description>How to write helper functions that mutate your data</description>
        <pubDate>Sun, 25 Sep 2016 00:00:00 -0400</pubDate>
        <link>/tutorial/mutable-borrows/</link>
        <guid isPermaLink="true">/tutorial/mutable-borrows/</guid>
        
        
      </item>
    
  </channel>
</rss>
