1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

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.
This commit is contained in:
Mohammed Hafeez
2025-01-05 17:50:24 +05:30
committed by GitHub
parent 4bd1c4aebc
commit 6bbf384b73

View File

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