diff --git a/resources/feed.xml b/resources/feed.xml index c7f331cb..db9c199b 100644 --- a/resources/feed.xml +++ b/resources/feed.xml @@ -10,8 +10,8 @@ 2015 Chris Krycho hello@newrustacean.com (Chris Krycho) hello@newrustacean.com (Chris Krycho) - Tue, 14 Nov 2017 20:13:42 -0700 - Tue, 14 Nov 2017 20:13:42 -0700 + Sat, 18 Nov 2017 13:55:09 -0700 + Sat, 18 Nov 2017 13:55:09 -0700 http://newrustacean.com/podcast.png New Rustacean @@ -41,6 +41,21 @@ episodic + + RBR 2017: Pete Lyons + http://newrustacean.com/show_notes/interview/rbr_2017/pete_lyons/ + A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

+]]>
+ Sat, 18 Nov 2017 13:55:02 -0700 + + E0CDEC86-D180-4AB3-968E-6DB4718D5CA7 + Chris Krycho + A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28. + + + 4:54 + +
RBR 2017: Arun Kulsheshthra http://newrustacean.com/show_notes/interview/rbr_2017/arun_kulshreshtha/ diff --git a/src/interview/rbr_2017/mod.rs b/src/interview/rbr_2017/mod.rs index 37af2010..4e50723c 100644 --- a/src/interview/rbr_2017/mod.rs +++ b/src/interview/rbr_2017/mod.rs @@ -125,3 +125,4 @@ pub mod colin_dean; pub mod anthony_deschamps; pub mod arun_kulshreshtha; +pub mod pete_lyons; diff --git a/src/interview/rbr_2017/pete_lyons.rs b/src/interview/rbr_2017/pete_lyons.rs new file mode 100644 index 00000000..1611b376 --- /dev/null +++ b/src/interview/rbr_2017/pete_lyons.rs @@ -0,0 +1,20 @@ +//! Pete Lyons +//! +//! - **Date:** November 18, 2017 (recorded October 27, 2017) +//! - **Audio:** +//! + [M4A] +//! + [MP3] +//! + [Ogg] +//! +//! [M4A]: http://www.podtrac.com/pts/redirect.m4a/cdn.newrustacean.com/interview/rbr_2017/pete_lyons.m4a +//! [MP3]: http://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/interview/rbr_2017/pete_lyons.mp3 +//! [Ogg]: http://www.podtrac.com/pts/redirect.ogg/cdn.newrustacean.com/interview/rbr_2017/pete_lyons.ogg +//! +//! + +/// Transcript TBD! +pub struct Transcript; \ No newline at end of file