From aaacc41c824139b14d315ca9969cbe23050c97d0 Mon Sep 17 00:00:00 2001 From: kan1shq <52641968+kan1shq@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:11:48 +0530 Subject: [PATCH] Update 101-why-rust.md added links to beginner friendly videos on choosing rust --- .../roadmaps/rust/content/100-introduction/101-why-rust.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/rust/content/100-introduction/101-why-rust.md b/src/data/roadmaps/rust/content/100-introduction/101-why-rust.md index 29a23fc68..f952d8859 100644 --- a/src/data/roadmaps/rust/content/100-introduction/101-why-rust.md +++ b/src/data/roadmaps/rust/content/100-introduction/101-why-rust.md @@ -1,3 +1,6 @@ # Why use Rust? -Rust is a systems programming language that aims to provide memory safety, concurrency, and performance with a focus on zero cost abstractions. It was originally created by Graydon Hoare at Mozilla Research, with contributions from Brendan Eich, the creator of JavaScript. Rust is appreciated for the solutions it provides to common programming language issues. Its emphasis on safety and speed, the support for concurrent programming, along with a robust type system are just a few reasons why developers choose Rust. \ No newline at end of file +Rust is a systems programming language that aims to provide memory safety, concurrency, and performance with a focus on zero cost abstractions. It was originally created by Graydon Hoare at Mozilla Research, with contributions from Brendan Eich, the creator of JavaScript. Rust is appreciated for the solutions it provides to common programming language issues. Its emphasis on safety and speed, the support for concurrent programming, along with a robust type system are just a few reasons why developers choose Rust. + + - [Convince your boss to use Rust](https://www.youtube.com/playlist?list=PLZaoyhMXgBzqkaLKR8HHWZaASMvW4gRtZ) + - [Rust in 100 seconds](https://www.youtube.com/watch?v=5C_HPTJg5ek&pp=ygUNcnVzdCBmaXJlYmFzZQ%3D%3D)