This book on Rust lifetimes was shared on the Radicle Zulip Rust channel. I'm sharing the link more widely in the hope that it's useful to people. I'll be reading this myself, once I dig myself out from under a pile of work.
This book on Rust lifetimes was shared on the Radicle Zulip Rust channel. I'm sharing the link more widely in the hope that it's useful to people. I'll be reading this myself, once I dig myself out from under a pile of work.
@liw Nice one, thank you!🙂
Also this:
Practical suggestions for building intuition around borrow errors - by quinedot:
https://quinedot.github.io/rust-learning/lifetime-intuition.html
...and this ( ⚠️ incomplete/draft ):
Rust lifetimes: from 'static to ecstatic - by danielhenrymantilla: