Skip to content

Commit

Permalink
episode 8 (fixes #34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Aug 15, 2017
1 parent 8223814 commit 8bf237c
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 0 deletions.
Binary file added ep8-an-existential-crisis/episode.m4a
Binary file not shown.
Binary file added ep8-an-existential-crisis/episode.mp3
Binary file not shown.
Binary file added ep8-an-existential-crisis/episode.ogg
Binary file not shown.
67 changes: 67 additions & 0 deletions ep8-an-existential-crisis/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<title>Request For Explanation #8 - An Existential Crisis</title>


<link href="../src/style.css" rel="stylesheet" type="text/css">
<link href="../src/rust.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="Request For Explanation RSS Feed" href="../rss.xml" />


</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->

<div class="content">

<p><a href="..">Episode List</a></p>


<h1 class="title">Request For Explanation #8 - An Existential Crisis</h1>
<div class="date">August 5, 2017</div>

<p>This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2071">RFC 2071</a> &quot;Add impl Trait type alias and variable declarations&quot;,
which allows <code>impl Trait</code> (existential types) to be used in <code>type</code> aliases.</p>

<p><audio controls="controls">
<source src="episode.mp3" type="audio/mp3">
<source src="episode.ogg" type="audio/ogg">
<source src="episode.m4a" type="audio/x-m4a">
</audio></p>

<h2 id='downloads' class='section-header'><a href='#downloads'>Downloads</a></h2>
<ul>
<li><a href="episode.mp3">MP3</a></li>
<li><a href="episode.ogg">OGG</a></li>
<li><a href="episode.m4a">MPEG-4</a></li>
</ul>

<h2 id='panelists' class='section-header'><a href='#panelists'>Panelists</a></h2>
<ul>
<li>Carol Nichols</li>
<li>Manish Goregaokar</li>
<li>Alexis Beingessner</li>
<li>Cramer Taylor</li>
</ul>


<div class="footer">
<a href=".."> Back To Home </a>
</div>

</div>




</body>
</html>
25 changes: 25 additions & 0 deletions ep8-an-existential-crisis/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
% Request For Explanation #8 - An Existential Crisis

<div class="date">August 5, 2017</div>

This week we look at [RFC 2071](https://github.com/rust-lang/rfcs/pull/2071) "Add impl Trait type alias and variable declarations",
which allows `impl Trait` (existential types) to be used in `type` aliases.

<audio controls="controls">
<source src="episode.mp3" type="audio/mp3">
<source src="episode.ogg" type="audio/ogg">
<source src="episode.m4a" type="audio/x-m4a">
</audio>

## Downloads

* [MP3](episode.mp3)
* [OGG](episode.ogg)
* [MPEG-4](episode.m4a)

## Panelists

* Carol Nichols
* Manish Goregaokar
* Alexis Beingessner
* Cramer Taylor
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ <h2>A weekly discussion of Rust RFCs</h2>
<li>
2017-08-08 - <a href="ep7-unwrapping-a-great-rfc/index.html">Episode #7 - Unwrapping a great RFC</a>
</li>
<li>
2017-08-15 - <a href="ep8-an-existential-crisis/index.html">Episode #8 - An Existential Crisis</a>
</li>
</ul>
<a href='https://playmusic.app.goo.gl/?ibi=com.google.PlayMusic&amp;isi=691797987&amp;ius=googleplaymusic&amp;link=https://play.google.com/music/m/I3m3hme5dehaze2edwuijovqcfm?t%3DRequest_For_Explanation%26pcampaignid%3DMKT-na-all-co-pr-mu-pod-16' rel='nofollow'><img width='125px' alt='Listen on Google Play Music' src='https://play.google.com/intl/en_us/badges-music/images/badges/en_badge_web_music.png'/></a>
</div>
Expand Down
10 changes: 10 additions & 0 deletions rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@
<itunes:order>8</itunes:order>
<itunes:duration>24:11</itunes:duration>
</item>
<item>
<title>Episode #8 - An Existential Crisis</title>
<link>https://request-for-explanation.github.io/podcast/ep8-an-existential-crisis/</link>
<pubDate>Tue, 15 Aug 2017 17:00:00 PDT</pubDate>
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep8-an-existential-crisis/</guid>
<enclosure url="http://request-for-explanation.github.io/podcast/ep8-an-existential-crisis/episode.mp3" length="13713219" type="audio/mpeg" />
<description><![CDATA[This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2071">RFC 2071</a> "Add impl Trait type alias and variable declarations"]]></description>
<itunes:order>9</itunes:order>
<itunes:duration>38:33</itunes:duration>
</item>
</channel>
</rss>

Expand Down

0 comments on commit 8bf237c

Please sign in to comment.