mirror of
https://github.com/mickael-menu/zk
synced 2024-11-19 03:25:40 +00:00
230 B
230 B
Ownership in Rust
Ownership is one of Rust's most unique features and replaces efficiently a GC for memory management.
The Ownership is a method to manage data on the Heap (The Stack and the Heap).
:programming:rust: