From 7d05926e580ced4e2f7acc05ede7d57e2b42556e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@tjaders.com>
Date: Sat, 30 Nov 2019 22:55:57 +0100
Subject: [PATCH] Added links to great Rust resources

---
 src/ch1_00_introduction.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/ch1_00_introduction.md b/src/ch1_00_introduction.md
index 3b6fdaa..8e5362e 100644
--- a/src/ch1_00_introduction.md
+++ b/src/ch1_00_introduction.md
@@ -13,6 +13,14 @@ Use-cases ranges from heavy industry to tiny sensors in your everyday life.
 2. USB cable
 3. ARM Development board
 
+## Great resources
+
+
+[Rust-book](https://doc.rust-lang.org/book/) covering everything Rust
+
+[Rust-Embedded book](https://rust-embedded.github.io/book/) contains thorough instructions for getting going with embedded.
+This resource is a tiny subset of the Embedded book.
+
 # Overview
 ![Embedded workflow](images/workflow_chart.png "Flowchart")
 
-- 
GitLab