mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-04-13 20:02:23 +02:00
add rust video to rust intro section (#5634)
This commit is contained in:
parent
bb9a911e59
commit
476400a02e
@ -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.
|
||||
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)
|
Loading…
x
Reference in New Issue
Block a user