Dear #RustLang people: How would you explain lifetimes to someone that is new to #rust and #programming? Is there any material aimed to teach this in simple ways?

Edit: Outside of the Rust book. This is not for me, I am teaching Rust for others and looking for alternative ways of explaining.

@deavid Maybe this also helps?

Lifetime annotations: why doesn't Rust? - by @mtomassoli

https://github.com/mtomassoli/lifetimes

GitHub - mtomassoli/lifetimes: A question about lifetimes.

A question about lifetimes. Contribute to mtomassoli/lifetimes development by creating an account on GitHub.

GitHub