add rust video to rust intro section (#5634)
parent
bb9a911e59
commit
476400a02e
1 changed files with 5 additions and 1 deletions
@ -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…
Reference in new issue