-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66c77e6
commit e713d88
Showing
4 changed files
with
102 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> "Cargo build system integration"</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters