From 6bbf384b735d69ecf90cf1d27761195f2abba3ab Mon Sep 17 00:00:00 2001 From: Mohammed Hafeez <147340191+Mohammed-Hafeez-99@users.noreply.github.com> Date: Sun, 5 Jan 2025 17:50:24 +0530 Subject: [PATCH] feat: add content resources * Update index.md Added a resource which i felt is important. * Update index.md fixing following guidelines * Update index.md based on guide. --- src/data/roadmaps/rust/content/100-introduction/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/roadmaps/rust/content/100-introduction/index.md b/src/data/roadmaps/rust/content/100-introduction/index.md index f92dd1da7..eb4d78709 100644 --- a/src/data/roadmaps/rust/content/100-introduction/index.md +++ b/src/data/roadmaps/rust/content/100-introduction/index.md @@ -3,3 +3,5 @@ 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) +- [@official@Official Website](https://www.rust-lang.org/) +- [@opensource@Rust Book](https://edu.anarcho-copy.org/Programming%20Languages/Rust/rust-programming-language-steve-klabnik.pdf)