Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Memory Ownership and Borrowing in Rust 2021

Posted By: lucky_aut
Memory Ownership and Borrowing in Rust 2021

Memory Ownership and Borrowing in Rust 2021
Duration: 1h 10m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 202 MB
Genre: eLearning | Language: English

The two pillars of Rust are safety and speed. Rust can ensure this using its unique memory management system, Ownership, and Borrowing. This is arguably Rust's most important feature, and a thorough understanding is essential to mastering Rust.

What you'll learn
In this course, Memory Ownership and Borrowing in Rust 2021, you’ll learn how Rust manages memory to ensure speed and safety. First, you’ll revise how Rust manages memory. Next, you’ll discover ownership & borrowing. Finally, you’ll learn about Lifetimes. When you’re finished with this course, you’ll have the deep understanding of ownership and borrowing needed to master the Rust programming language.