Skip to content

Commit

Permalink
Episode 11 (fixes #42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 26, 2017
1 parent 66c77e6 commit e713d88
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 1 deletion.
65 changes: 65 additions & 0 deletions ep11-cargo-culting-the-build-system/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!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 #11 - Cargo Culting the Build System</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 #11 - Cargo Culting the Build System</h1>
<div class="date">Sept 25, 2017</div>

<p>This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2136">eRFC 2136</a> &quot;Cargo build system integration&quot;</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>Josh Triplett</li>
</ul>


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

</div>




</body>
</html>
23 changes: 23 additions & 0 deletions ep11-cargo-culting-the-build-system/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
% Request For Explanation #11 - Cargo Culting the Build System

<div class="date">Sept 25, 2017</div>

This week we look at [eRFC 2136](https://github.com/rust-lang/rfcs/pull/2136) "Cargo build system integration"

<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
* Josh Triplett
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ <h2>A weekly discussion of Rust RFCs</h2>
2017-08-28 - <a href="ep9-a-once-in-a-lifetime-rfc/index.html">Episode #9 - A Once in a Lifetime RFC</a>
</li>
<li>
2017-08-31 - <a href="ep10-two-paths-diverged-in-a-yellow-wood/index.html">Episode 10 - Two Paths Diverged in a Yellow Wood</a>
2017-08-31 - <a href="ep10-two-paths-diverged-in-a-yellow-wood/index.html">Episode #10 - Two Paths Diverged in a Yellow Wood</a>
</li>
<li>
2017-09-25 - <a href="ep11-cargo-culting-the-build-system/index.html">Episode #11 - Cargo Culting the Build System</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>
Expand Down
10 changes: 10 additions & 0 deletions rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,16 @@
<itunes:order>11</itunes:order>
<itunes:duration>56:40</itunes:duration>
</item>
<item>
<title>Episode #11 - Cargo Culting the Build System</title>
<link>https://request-for-explanation.github.io/podcast/ep11-cargo-culting-the-build-system/</link>
<pubDate>Monday, 25 Sept 2017 5:30:00 PDT</pubDate>
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep11-cargo-culting-the-build-system/</guid>
<enclosure url="http://request-for-explanation.github.io/podcast/ep11-cargo-culting-the-build-system/episode.mp3" length="16170448" type="audio/mpeg" />
<description><![CDATA[This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2136">eRFC 2136</a> "Cargo build system integration"]]></description>
<itunes:order>12</itunes:order>
<itunes:duration>42:00</itunes:duration>
</item>
</channel>
</rss>

Expand Down

0 comments on commit e713d88

Please sign in to comment.