Understand how Rust manages memory
Discover the features that make Rust so unique: ownership and borrowing.
The concept of ownership in Rust., Moving and borrowing values., Scoping rules and lifetimes., Rust’s pointer types, commonly called references.
You should have a basic understanding of Rust’s primitive and collection types, as covered in the previous modules.
There are no reviews yet.