Skip to content

Commit 72124cb

Browse files
committed
update readme
1 parent c5fe4cb commit 72124cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ A small selection of other guides and tutorial for Rust:
6262
- [Comprehensive Rust 🦀](https://comprehensive-rust.mo8it.com/)
6363
- [Rust Design Patterns](https://rust-unofficial.github.io/patterns/)
6464
- [Rust Practice Questions](https://rust-unofficial.github.io/rust-practise-questions/about.html)
65+
- [Modern and Emerging Programming Languages - Rust](https://fitech101.aalto.fi/programming-languages/rust/1-introduction/)
66+
- [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook)
6567

6668
## Online Articles
6769
- [Rust-Macros](https://earthly.dev/blog/rust-macros/)
@@ -102,6 +104,7 @@ A small selection of other guides and tutorial for Rust:
102104
- [Impl Snake For Micro:bit - Embedded async Rust on BBC Micro:bit with Embassy](https://gitlab.com/cyril-marpaud/impl_snake_for_microbit/-/blob/main/README.md)
103105
- [Tutorial: Implementing JSON parsing (Rust)](https://blog.davimiku.com/tutorials/json-parsing-rust-1)
104106
- [Rust needs an official specification](https://tweedegolf.nl/en/blog/140/rust-needs-an-official-specification)
107+
- [Breakage! in the Cargo.toml — How Rust Package Features Work (And Break)](https://predr.ag/blog/breakage-in-the-cargo-toml-how-rust-package-features-work/)
105108

106109
## Interesting Rust Projects
107110
- [Rust - Implementing WebSockets](https://www.thespatula.io/rust/rust_websocket/)
@@ -121,6 +124,8 @@ A small selection of other guides and tutorial for Rust:
121124
- [Tutorial: Implementing JSON parsing (Rust)](https://blog.davimiku.com/tutorials/json-parsing-rust-1)
122125
- [RustC - Compiler Implementation](https://doc.rust-lang.org/nightly/nightly-rustc/src)
123126
- [Rust Driver - Developer Guide](https://rustc-dev-guide.rust-lang.org/rustc-driver/intro.html)
127+
- [Building a real-time chat using WebSockets over HTTP/2 streams](https://c410-f3r.github.io/thoughts/building-a-real-time-chat-using-web-sockets-over-http2-streams/)
128+
- [Streaming Audio Apis: The Model](https://xd009642.github.io/2024/12/03/streaming-audio-APIs-the-model.html)
124129

125130
## YouTube Videos to look for (what I watched until now)
126131
- [All Rust features explained](https://www.youtube.com/watch?v=784JWR4oxOI)
@@ -169,6 +174,8 @@ Please see the [Little Book of Rust Books](https://lborb.github.io/book/) for ev
169174
- [Embedded Rust Contribution Guide](https://www.theembeddedrustacean.com/p/embedded-rust-contribution-guide?_bhlid=407ff0625ecc2e17157dcbc36c986e1f10c2de34)
170175
- [Developing a cryptographically secure bootloader for RISC-V in Rust](https://www.codethink.co.uk/articles/2024/secure_bootloader/?_bhlid=990417fa0db0f78bdb27533093300493abdb0ba8)
171176
- [Pico Pico - Embedded Programming with Rust](https://pico.implrust.com/index.html)
177+
- [Rust 🦀 on the RP2040](https://baileytownsend.dev/articles/getting-started-with-rust-an-rp2040)
178+
- [Implementing async APIs for microcontroller peripherals](https://beaurivage.io/atsamd-hal-async/)
172179

173180
## Miscellaneous
174181
- [The AOSP and AAOS Meetup](https://aospandaaos.github.io/meetup.html)

0 commit comments

Comments
 (0)