Rust Learning Note: Ownership and Borrowing
Dec 9, 2023 · 7 min read · This blog is a summay of Chapter 5.1 and 5.2 of Rust Course (https://course.rs/) A notable feature of Rust language is the ensurance of both memory security and runtime efficiency. Rust does not require programmers to manually allocate and release me...
Join discussion