From 7629ce8117a1da5d01cad69b29949b716b116b00 Mon Sep 17 00:00:00 2001
From: Lokathor <zefria@gmail.com>
Date: Mon, 26 Nov 2018 18:24:30 -0700
Subject: [PATCH] bonus Further Reading entry

---
 book/src/introduction.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/book/src/introduction.md b/book/src/introduction.md
index 328d265..d567f92 100644
--- a/book/src/introduction.md
+++ b/book/src/introduction.md
@@ -58,3 +58,7 @@ resources as well:
 * [GBATEK](http://problemkaputt.de/gbatek.htm), a homebrew tech manual for
   GBA/NDS/DSi. We will regularly link to parts of it when talking about various
   bits of the GBA.
+* [Getting Something for Nothing](https://www.youtube.com/watch?v=t99L3JHhLc0)
+  by James Munns. RustConf 2018. It specifically talks about zero cost
+  abstraction within an embedded rust context, which is exactly what we're all
+  about.