Published a blog post
Rust Ownership Model is a unique concept for managing memory but it's a hard concept to grok. In this article I attempt to explain the rules of ownership and how memory is managed in Rust programs.

https://ilango.xyz/rusts-ownership-model-a-primer/