From 8fa251fddf2ee625fdd32e9ec3e8b77a5c286634 Mon Sep 17 00:00:00 2001 From: AntonioBerna Date: Thu, 11 Jul 2024 22:16:16 +0200 Subject: [PATCH] Added rustlings link - small exercises to get you used to reading and writing Rust code :fire: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26217cb..8e7d67a 100644 --- a/README.md +++ b/README.md @@ -441,6 +441,7 @@ Low-level languages like C and assembly provide direct hardware access, enabling - [📝 From Zero to main(): Bare metal Rust](https://interrupt.memfault.com/blog/zero-to-main-rust-1) - [📝 Writing an OS in Rust - Philipp Oppermann's blog](https://os.phil-opp.com/) - [📝 Kernel Driver with Rust in 2022](https://not-matthias.github.io/posts/kernel-driver-with-rust/) +- [🔗 Rustlings - Small exercises to get you used to reading and writing Rust code!](https://rustlings.cool/) #### 🔵 Zig