Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Coursera

Rust Programming Essentials: Unit 2

via Coursera

Overview

Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
This course delves into the unique features of Rust, focusing on its innovative approach to memory management and ownership. Through detailed lessons and hands-on examples, you'll gain a deep understanding of how Rust ensures memory safety and efficiency, setting you apart in the world of systems programming. Whether you're transitioning from languages like C++ or starting fresh, this course equips you with the skills to write robust, error-free Rust code.

Syllabus

  • Rust Programming Essentials: Rust Ownership and Borrowing
    • In this module, you will learn about ownership and borrowing, areas where Rust differs from most other languages. The Rust compiler is very strict about what happens when you assign one variable to another. It defines rules about how data is copied or moved between objects and how you can reference these objects safely in your code without having to use low-level pointers. The motivation is to avoid some of the pitfalls and errors that are common in C and C++. This is incredibly important, and this module covers the rules carefully and systematically.

Taught by

Pearson

Reviews

Start your review of Rust Programming Essentials: Unit 2

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.