> For the complete documentation index, see [llms.txt](https://jmkoni.gitbook.io/rust/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jmkoni.gitbook.io/rust/ownership.md).

# 5. Ownership

Ownership is one of the most unqiue concepts within Rust. It allows Rust to be memory safe without needing a garbage collector.
