From 476400a02ef1a3db08f4054a891ed37085d620d3 Mon Sep 17 00:00:00 2001 From: dsh Date: Fri, 10 May 2024 09:27:23 +0100 Subject: [PATCH] add rust video to rust intro section (#5634) --- .../rust/content/100-introduction/100-what-is-rust.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/rust/content/100-introduction/100-what-is-rust.md b/src/data/roadmaps/rust/content/100-introduction/100-what-is-rust.md index 9adb08d02..6fe74092b 100644 --- a/src/data/roadmaps/rust/content/100-introduction/100-what-is-rust.md +++ b/src/data/roadmaps/rust/content/100-introduction/100-what-is-rust.md @@ -1,3 +1,7 @@ # What is Rust? -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 aren’t good at. Its syntax is similar to C++, but Rust offers better memory safety while maintaining high performance. \ No newline at end of file +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 aren’t good at. Its syntax is similar to C++, but Rust offers better memory safety while maintaining high performance. + +Visit the following resources to learn more: + +- [What is Rust?](https://www.youtube.com/watch?v=R33h77nrMqc) \ No newline at end of file