Ownership and Borrowing in Rust: A Systems Construction Perspective
Offered By: Rust via YouTube
Course Description
Overview
Explore Rust's Ownership and Borrowing System from a systems construction perspective in this 24-minute conference talk by Florian Gilcher at Rust Linz, March 2021. Gain insights into how these concepts impact component interactions, making it particularly valuable for programmers transitioning from memory-safe languages like Ruby, Java, or Python. Delve into topics such as crossing component boundaries, component lifecycles, and different coupling levels. Learn practical rules of thumb and discover types that can break or consciously create coupling. Enhance your understanding of Rust's unique approach to memory management and its implications for system design.
Syllabus
Intro
Goal
Three functions
Crossing component boundaries
Component lifecycles
The independent
The coupled
The tightly coupled
Rules of Thumb
Bonus slide
Types that break coupling
Types that are consciously coupled
Conclusion
Taught by
Rust
Related Courses
The Rust Programming LanguageUdemy Rust for Beginners: Learn Rust in 4 Hours
Udemy Rust For Undergrads
Udemy Take your first steps with Rust
Microsoft via Microsoft Learn Rust Fundamentals
Pluralsight