Hacker News
- Common Rust Lifetime Misconceptions (2020) https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md 87 comments
- Common Rust Lifetime Misconceptions https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md 43 comments
Lobsters
- Some things that make Rust lifetimes hard to learn https://ntietz.com/blog/rust-lifetimes-learning/ 26 comments rust
- Rust lifetimes: Getting away with things that would be reckless in C++ http://www.randomhacks.net/2014/09/19/rust-lifetimes-reckless-cxx/ 3 comments c , rust
- A confusing lifetime error related to Rust's lifetime elision https://ntietz.com/blog/confusing-rust-lifetime-elision/ 10 comments rust
- Handling Vulkan Lifetimes in Rust https://gist.github.com/tomaka/da8c374ce407e27d5dac 14 comments rust
- Rust temporary lifetimes and "super let" https://blog.m-ou.se/super-let/ 70 comments rust
- Understanding lifetimes in Rust https://zaysan0.substack.com/p/understanding-lifetimes-in-rust 3 comments rust
- Understanding lifetimes in Rust https://zaysan0.substack.com/p/understanding-lifetimes-in-rust 3 comments programming
- In theory, could the Rust compiler automatically infer lifetimes in every situation? https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html 30 comments rust
- Lifetimes in Rust https://blog.thoughtram.io/lifetimes-in-rust/ 5 comments rust
- Common Rust Lifetime Misconceptions https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md 4 comments programming
- Common Rust Lifetime Misconceptions https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md 45 comments rust
- Crust of Rust #1: Lifetime Annotations [video] https://www.youtube.com/watch?amp%3Blist=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa&v=rAl-9HwD858 30 comments rust
- A video to help you climb one of Rust’s highest walls... Lifetimes! 🎥 https://youtu.be/tyuDitqoZbM 26 comments rust
- Need help understanding serde and rust lifetimes. https://www.reddit.com/r/rust/comments/dewoz5/need_help_understanding_serde_and_rust_lifetimes/ 4 comments rust
- A Journey Through Rust Lifetimes https://medium.com/@richardanaya/a-journey-through-rust-lifetimes-5a08782c7091 11 comments rust
- The Power of Lifetimes: Cyclone, Rust and beyond http://pling.jondgoodwin.com/post/lifetimes/ 4 comments programming
- The Power of Lifetimes: Cyclone, Rust and beyond http://pling.jondgoodwin.com/post/lifetimes/ 7 comments rust
- Rust Lifetimes for the Uninitialised http://asquera.de/blog/2018-01-29/rust-lifetimes-for-the-uninitialised/ 19 comments rust
- Aha! Understanding lifetimes in Rust https://dev.to/buntine/aha-understanding-lifetimes-in-rust 9 comments rust
- Learn You a Rust III - Lifetimes 101 http://pro.theta.eu.org/2016/04/16/lyar-lifetimes.html 17 comments rust
- Why wasn't automatic lifetime annotation not attempted in Rust? http://web.cs.ucla.edu/~palsberg/tba/papers/tofte-talpin-iandc97.pdf 8 comments rust
- Rust Lifetimes http://www.charlesetc.com/rust/2015/10/29/ 52 comments rust
- Herb Sutter open to discuss lifetime safety with Rust core designers https://github.com/isocpp/CppCoreGuidelines/blob/master/talks/Sutter%20-%20CppCon%202015%20day%202%20plenary%20.pdf 8 comments rust
- confused about lifetimes (what rust newbie isn't) http://stackoverflow.com/questions/29861388/when-is-it-useful-to-define-multiple-lifetimes-in-a-struct 8 comments rust
- [StackOverflow] Why are explicit lifetimes needed in Rust? http://stackoverflow.com/questions/31609137/why-are-explicit-lifetimes-needed-in-rust 19 comments rust
- Rust borrow and lifetimes http://arthurtw.github.io/2014/11/30/rust-borrow-lifetimes.html 12 comments programming
- Rust borrow and lifetimes http://arthurtw.github.io/2014/11/30/rust-borrow-lifetimes.html 4 comments rust
- Rust, Lifetimes, and Collections http://cglab.ca/~abeinges/blah/rust-lifetimes-and-collections/ 6 comments programming
- Rust, Lifetimes, and Collections http://cglab.ca/~abeinges/blah/rust-lifetimes-and-collections/ 23 comments rust
- Rust lifetimes: Getting away with things that would be reckless in C++ http://www.randomhacks.net/2014/09/19/rust-lifetimes-reckless-cxx/ 26 comments rust
- Understanding The Understandable: Lifetimes in Rust http://hydrocodedesign.com/2014/06/20/understanding-the-understandable-lifetimes-rust/ 3 comments rust
- Understanding Rust's Lifetime Inference http://ktt3ja.github.io/blog/2014/02/10/understanding-rusts-lifetime-inference/ 3 comments rust
- RFC: Argument-bound lifetimes by aturon · Pull Request #2115 · rust-lang/rfcs https://github.com/rust-lang/rfcs/pull/2115 23 comments rust
- Understanding Pointers, Ownership, and Lifetimes in Rust http://paulkoerbitz.de/posts/understanding-pointers-ownership-and-lifetimes-in-rust.html 5 comments rust
- New lifetime capture rules for Rust 2024 edition [Accepted RFC] https://rust-lang.github.io/rfcs/3498-lifetime-capture-rules-2024.html 16 comments rust
- Rust 1.36 Stabilizes Futures, Backports Non-Lexical Lifetimes, and More https://www.infoq.com/news/2019/07/rust-1-36-futures/ 9 comments programming
- I found this gist in which the author explains the three main concepts of Rust: ownership, borrowing, and lifetimes, in an easy-to-understand manner. It really helped me, which is why I'm sharing it here so that anyone struggling with these topics can find assistance. https://gist.github.com/DarinM223/e7237114cfdcf3644f90 5 comments rust
- This Week In React #92: Remix, MDX 2, Lifetime Analysis, Story of React, Quick Start Docs, TypeScript, Node.js, Deno, Go, Rust, Error Cause... https://www.getrevue.co/profile/thisweekinreact/issues/this-week-in-react-92-remix-mdx-2-lifetime-analysis-story-of-react-quick-start-docs-typescript-node-js-deno-go-rust-error-cause-1006300 5 comments reactjs