Loading...
CONCEPT

Rust: References

Learn how to safely borrow data in Rust.

avatar
friendlymatthew
Concept Author
3 min reading time

Rust provides a borrowing system to access data without transferring ownership.