From f753a037302772e3719369923e814b471ca66602 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 24 Sep 2018 04:04:52 +0200 Subject: [PATCH] add 'Write embedded Rust' section this is for people that have read the book and are looking for crates and examples. In the future the showcase will be linked from this section. --- index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.md b/index.md index 27b49b6..294d14a 100644 --- a/index.md +++ b/index.md @@ -42,6 +42,15 @@ correct embedded software. [book]: book +# Write embedded Rust + +Once you have learned the basics these resources will make writing embedded +programs easier. + +- [Awesome embedded Rust], a curated list of embedded and no-std crates. + +[Awesome embedded Rust]: https://github.com/rust-embedded/awesome-embedded-rust + # Master embedded Rust Once you're quite familiar with embedded Rust development, you may find these