diff --git a/README.md b/README.md index 6f7d6f5..2bcd75e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Date and time](#date-and-time) - [Distributed Systems](#distributed-systems) - [Email](#email) + - [Embedded](#embedded) - [Encoding](#encoding) - [Game development](#game-development) - [Games](#games) @@ -322,7 +323,16 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [gsquire/sendgrid-rs](https://github.com/gsquire/sendgrid-rs) — unofficial Rust library for SendGrid API [](https://travis-ci.org/gsquire/sendgrid-rs) * [lettre/lettre](https://github.com/lettre/lettre) — an SMTP-library for Rust [](https://travis-ci.org/lettre/lettre) +### Embedded +[[embedded](https://crates.io/keywords/embedded)] + +* Cross compiling + * [japaric/rust-cross](https://github.com/japaric/rust-cross) — everything you need to know about cross compiling Rust programs [](https://travis-ci.org/japaric/rust-cross) +* Raspberry Pi + * [Ogeon/rust-on-raspberry-pi](https://github.com/Ogeon/rust-on-raspberry-pi) — instructions for how to cross compile Rust projects for the Raspberry Pi . + + ### Encoding [[encoding](https://crates.io/keywords/encoding)] @@ -451,9 +461,8 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [vhbit/ObjCrust](https://github.com/vhbit/ObjCrust) — using Rust to create an iOS static library [](https://travis-ci.org/vhbit/ObjCrust) * Pebble * [andars/pebble.rs](https://github.com/andars/pebble.rs) — a crate that allows Rust to be used to develop Pebble applications. -* Raspberry Pi - * [Ogeon/rust-on-raspberry-pi](https://github.com/Ogeon/rust-on-raspberry-pi) — instructions for how to cross compile Rust projects for the Raspberry Pi . + ### Network programming * FTP