Description
In this course, you will learn :
- Improve your RUST programming skills from beginner to advanced.
- The fundamental syntax of RUST and its memory safety feature.
- Advance level concepts such as generics, traits, lifetimes, and closures were learned.
- Gain hands-on experience using RUST to solve some intermediate to advanced level problems.
Syllabus :
- Basic Programming
- Ownership: The Heart of Rust programming
- Control Structures
- Project: Stack Implementation
- Structures ,Traits, Generics, Enums
- Iterators, Lifetimes and Closures
- Rust Modules and Crates
- Smart Pointers
- Advance Techniques
- Real Life Applications and Problem Solving using Rust
- Deep Dive into Traits
- Efficient Programming with Rust
- Concurrency
- Text Processing, File and Directory Handling
- BlockChain in Rust
- Web Programming
- Measuring and Improving Performance