Skip to content

Commit f753a03

Browse files
committed
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.
1 parent 5bdd73c commit f753a03

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ correct embedded software.
4242

4343
[book]: book
4444

45+
# Write embedded Rust
46+
47+
Once you have learned the basics these resources will make writing embedded
48+
programs easier.
49+
50+
- [Awesome embedded Rust], a curated list of embedded and no-std crates.
51+
52+
[Awesome embedded Rust]: https://github.com/rust-embedded/awesome-embedded-rust
53+
4554
# Master embedded Rust
4655

4756
Once you're quite familiar with embedded Rust development, you may find these

0 commit comments

Comments
 (0)