Brief Introduction
Learn Rust - one of the Safe and Fast System Programming LanguageDescription
Rust is a language suitable for systems programming, but unlike other low level languages, Rust is "safe," meaning that the language itself protects against bugs that occur as a result of directly accessing memory.
This safety, along with Rust's speed, makes it a great fit for teams working on
embedded systems or time-critical tasks, and anyone who wants to learn more about systems programming in general.
The course is a high-level overview of Rust. Topics include:
- Syntax
- Data types
- Immutable and mutable variables
- Control structures
- Functions
- Data structures
- Traits
I hope you join me as we explore the Rust programming language.
Thank you very much.
Requirements
- Requirements
- Students with C & C++ Knowledge will be Helpful, but not Necessary
- You will have to Install Rust on your OS