Introduction to RUST
- Rust is a low level programming language invented by Graydon Hoare. He started this project in 2006. Mozilla officially sponsored this project in 2009.
- First stable release of Rust was in may 2015.
- Rust is a modern, high-performance low level programming language. It is more focused on memory safety , concurrency and performance similer like c/c++ . It supports cross plateform (like:Windows, macOS, Linux, and embedded systems)
- FunFact - The name "Rust" comes from a fungus.
- We are going to follow the Rust Book as refrence.
- You can read this book offline after installing Rustup then running the command : rustup doc --book
(If you have any type of query / Question / suggestion .. feel free to ask below. We would be happy to connect you. Have a great day buddy!!)