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 <kamranahmed.se@gmail.com>pull/5184/head
parent
d3b8cbceaa
commit
415a9c0fd0
1 changed files with 3 additions and 1 deletions
@ -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. |
||||
**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 |
||||
|
Loading…
Reference in new issue