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.

https://a1akris.github.io/lifetimes-book/

#Rust #RustLang #Lifetimes

Introduction

100 Quiz To Learn Rust (Rust MCQ 2026)

Attempt 100 Rust quiz questions to test your knowledge and improve your Rust skills. This Rust MCQ 2026 quiz helps beginners and learners practice important Rust concepts like ownership, borrowing, traits, lifetimes, Option, Result, error handling, etc.

🦀 https://codeforgeek.com/100-rust-quiz-mcq/

#rust #rustlang #coding #code #learnrust #learncoding #ownership #borrowing #traits #lifetimes #Option #Result #error #handling #quiz

100 Quiz To Learn Rust (Rust MCQ 2026) | CodeForGeek

Attempt 100 Rust quiz questions to test your knowledge and improve your Rust skills. This Rust MCQ 2026 quiz helps beginners and learners practice important

CodeForGeek
Oh, look, another riveting chapter in the epic saga of "Why Nobody Can Get Rust #Lifetimes Right" 🤦‍♂️. This masterpiece claims to untangle the infinite spaghetti of #misconceptions, but spoiler alert: you're still lost in the sauce. 👨‍🍳🍝
https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md #RustProgramming #CodingHumor #DeveloperStruggles #HackerNews #ngated
rust-blog/posts/common-rust-lifetime-misconceptions.md at master · pretzelhammer/rust-blog

Educational blog posts for Rust beginners. Contribute to pretzelhammer/rust-blog development by creating an account on GitHub.

GitHub
rust-blog/posts/common-rust-lifetime-misconceptions.md at master · pretzelhammer/rust-blog

Educational blog posts for Rust beginners. Contribute to pretzelhammer/rust-blog development by creating an account on GitHub.

GitHub
Souvenirs - YouTube Music

Provided to YouTube by Atlantic Records Souvenirs · John Prine Diamonds in the Rough ℗ 1972 Atlantic Recording Corporation for the United States and WEA I...

YouTube Music

What We Know About The Katy Perry-Justin Trudeau Dating Rumors

Topline Singer Katy Perry and ex-Canadian Prime Minister Justin Trudeau have sparked speculation in recent weeks that they…
#NewsBeep #News #Headlines #Canada #dating #JustinTrudeau #katyperry #lifetimes #tour #UK #UnitedKingdom #yacht
https://www.newsbeep.com/186231/

Kind of proud of myself for figuring out how to do a horrible thing with Rust for<'a> lifetime quantifiers.

In the gist below, there's a server that feeds some middleware and some final callback a slice of bytes with a lifetime that only the server knows. The middleware is allowed to either create a value out of the slice or return a ref (with the same existential lifetime) to some other intermediate view that gets passed onto the callback.

https://gist.github.com/lambdageek/9fb3cdd71d2a071b10468bec4435ddb0

#rustLang #lifetimes

general_server.rs

GitHub Gist: instantly share code, notes, and snippets.

Gist

La gira ‘Lifetimes’ de Katy Perry llegará a Canadá este verano.

Los fanáticos canadienses están emocionados por la oportunidad de ver a la icónica cantante en vivo. Con su mezcla de grandes éxitos y nuevas canciones, se espera que esta gira sea un evento inolvidable. Las fechas y ciudades aún están por confirmarse, así que ¡mantente atento a las novedades!

#KatyPerry #Lifetimes #Gira #Conciertos #Música
https://www.infonewsok.com/2024/11/la-gira-lifetimes-de-katy-perry-llegara-a-canada-este-verano/

La gira ‘Lifetimes’ de Katy Perry llegará a Canadá este verano - Info News

Disminuir el tamaño de fuente del artículo Aumentar el tamaño de fuente del artículo cantante de música pop Katy Perry ya anunció las fechas de dos etapas de su próxima gira “Lifetimes” y el lunes usó una reconocible marca canadiense de agua con gas en un video publicado en las redes sociales para revelar que

Info News - La mirada de un medio distinto
Katy Perry - LIFETIMES (Official Video)

PeerTube
I need someone with knowledge about #Rust #Lifetimes and ownership rules to help me out asap. I'm dying here.

Basically I'm trying to add WGPU to the winit windowing system but instead of following the examples I'm using the event_loop.run_app method with an App that impls ApplicationHandler, and it doesn't want me to borrow the window around :(