From 9dfdaef4404140ba64403040991e09dc6b5e4e2b Mon Sep 17 00:00:00 2001 From: Zehra <70450368+zehranrgi@users.noreply.github.com> Date: Thu, 8 Aug 2024 05:28:41 -0700 Subject: [PATCH] Add resource link (#6419) * Update index.md * Update index.md --- src/data/roadmaps/rust/content/100-introduction/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/rust/content/100-introduction/index.md b/src/data/roadmaps/rust/content/100-introduction/index.md index 4ab6f2aed..f92dd1da7 100644 --- a/src/data/roadmaps/rust/content/100-introduction/index.md +++ b/src/data/roadmaps/rust/content/100-introduction/index.md @@ -2,3 +2,4 @@ Rust is a modern system programming language focused on performance, safety, and concurrency. It accomplishes these goals without having a garbage collector, making it a useful language for a number of use cases other languages aren’t good at. Its syntax is similar to C++, but Rust offers better memory safety while maintaining high performance. +- [@official@Rust by Example](https://doc.rust-lang.org/stable/rust-by-example/index.html)