From 415a9c0fd01ba6f15a3af0f1e6003beab5a9c5f1 Mon Sep 17 00:00:00 2001 From: Henderson Dike-Benard <83480908+Hendo10X@users.noreply.github.com> Date: Wed, 14 Feb 2024 12:15:27 +0100 Subject: [PATCH] Added two Rust courses (#5172) * Added two rust courses * Update src/data/roadmaps/game-developer/content/104-programming-languages/103-rust.md --------- Co-authored-by: Kamran Ahmed --- .../content/104-programming-languages/103-rust.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/game-developer/content/104-programming-languages/103-rust.md b/src/data/roadmaps/game-developer/content/104-programming-languages/103-rust.md index 2f64489eb..b4c83a1cd 100644 --- a/src/data/roadmaps/game-developer/content/104-programming-languages/103-rust.md +++ b/src/data/roadmaps/game-developer/content/104-programming-languages/103-rust.md @@ -1,3 +1,5 @@ # Rust -**Rust** is a modern, open-source, multi-paradigm programming language designed for performance and safety, especially safe concurrency. It was initially designed by Mozilla Research as a language that can provide memory safety without garbage collection. Since then, it has gained popularity due to its features and performance that often compare favorably to languages like C++. Its rich type system and ownership model guarantee memory-safety and thread-safety while maintaining a high level of abstraction. Rust supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. \ No newline at end of file +**Rust** is a modern, open-source, multi-paradigm programming language designed for performance and safety, especially safe concurrency. It was initially designed by Mozilla Research as a language that can provide memory safety without garbage collection. Since then, it has gained popularity due to its features and performance that often compare favorably to languages like C++. Its rich type system and ownership model guarantee memory-safety and thread-safety while maintaining a high level of abstraction. Rust supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. + +[Learn Rust full tutorial](https://youtu.be/BpPEoZW5IiY?si=lyBbBPLXQ0HWdJNr