Skip to content

add 'Write embedded Rust' section #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down