Rust: Ownership and Borrowing

Описание к видео Rust: Ownership and Borrowing

Let’s talk about the elephant in the room: ownership. If you have ever tried to write Rust with only glancing at a couple examples online, you will eventually run into borrowing errors from the compiler.

The ownership language feature in Rust is actually spectacular. It enables the Rust language to make memory safe guarantees without needing a garbage collector.

This is about chapter 4 in The Rust Programming Language book.
https://doc.rust-lang.org/book/ch04-0...

Music by Brad Kemp
https://secondbedroomstudio.com

Комментарии

Информация по комментариям в разработке