From bff98e64486595b1942c9a80596539ef7af2ec8d Mon Sep 17 00:00:00 2001 From: Mohammed Hafeez <147340191+Mohammed-Hafeez-99@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:41:01 +0530 Subject: [PATCH] feat: add rust interactive book * Update index.md Added an interactive web doc form which im learning rust. * Update src/data/roadmaps/rust/content/100-introduction/index.md --------- Co-authored-by: Arik Chakma --- 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 eb4d78709..a81e06136 100644 --- a/src/data/roadmaps/rust/content/100-introduction/index.md +++ b/src/data/roadmaps/rust/content/100-introduction/index.md @@ -5,3 +5,4 @@ Rust is a modern system programming language focused on performance, safety, and - [@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) +- [@opensource@Rust Book Interactive](https://rust-book.cs.brown.edu/experiment-intro.html)