Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Rust

5 items on 26 Aug 2026
Rust

Send this stuff over threads

I have been lost for song long... I want to send this struct over the threads but the classic "some member that is under this struct doesnot implement the SEND trait" comes up. i did avoid this earlier by creating the…

Source: Rust Users Forum BayonetArch
Rust

Debugging "queries overflow the depth limit!"

Hi, I have a problem with using sea_orm 2.0 on a rocket http server. I reached the error above and I am not sure how to debug this issue. I am certain there are some questionable architectural decisions I made along the…

Source: Rust Users Forum will_i_code
Rust

Are the `AsyncFn***` traits incomplete?

The AsyncFn trait exists... That's pretty much all I can say about it. I had a few use-cases where I needed to accept a closure that returns a future, but every time, using impl AsyncFn (or equivalent) turns out to be…

Source: Rust Users Forum napapa
Rust

Announcing our first Maintainers in Residence

We are very happy to announce the Rust Project's first round of Maintainers in Residence: Gen Li (@rami3l), Chris Denton (@ChrisDenton), Alejandra González (@blyxyas), León Liehr (@fmease), and Maintainer Grant…

Source: Rust Blog Lori Lorusso, Jakub Beránek
Rust

This Week in Rust 666

Hello and welcome to another issue of This Week in Rust! Rust is a programming language empowering everyone to build reliable and efficient software. This is a weekly summary of its progress and community. Want…

Source: This Week in Rust TWiR Contributors