Rust memory management: Difference between revisions

From wikinotes
(Created page with "Rust uses ownership semantics for memory management. = Documentation = <blockquote> {| class="wikitable" |- | |- |} </blockquote><!-- Documentation -->")
 
Line 5: Line 5:
{| class="wikitable"
{| class="wikitable"
|-
|-
|
| official tutorial || https://doc.rust-lang.org/stable/book/ch04-00-understanding-ownership.html
|-
|-
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->

Revision as of 14:58, 7 February 2023

Rust uses ownership semantics for memory management.

Documentation

official tutorial https://doc.rust-lang.org/stable/book/ch04-00-understanding-ownership.html