add rust video to rust intro section (#5634)

pull/5392/head
dsh 5 months ago committed by GitHub
parent bb9a911e59
commit 476400a02e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      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.
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…
Cancel
Save