Loading...
CONCEPT

Rust: Ownership

Learn Rust's memory safety principles.

avatar
friendlymatthew
Concept Author
3 min reading time

To ensure thread safety, Rust uses a unique concept called ownership.

In Rust, each piece of data can have only one owner at a time.