rust-embedded / book

Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices
https://docs.rust-embedded.org/book/
Apache License 2.0
1.08k stars 173 forks source link

Links to other resources #353

Closed mgeisler closed 1 year ago

mgeisler commented 1 year ago

Hi there,

I maintain Comprehensive Rust 🦀 and we've recently added a full day about Bare-metal Rust.

Would there be interest in having a section in your book with links to other resources, such as this course?

I created such a page for my course and I've found it very helpful since it gives me something to point students to when they want to learn more.

eldruin commented 1 year ago

Hi, that would definitely be welcome here. Would you mind opening a PR?

mgeisler commented 1 year ago

Thanks @eldruin, I created #354 to add a link!