1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

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 <arikchangma@gmail.com>
This commit is contained in:
Mohammed Hafeez
2025-02-06 16:41:01 +05:30
committed by GitHub
parent 5dd2bc439f
commit bff98e6448

View File

@@ -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)