We don’t want cost to be a blocker to attend TokioConf.
If you build with Tokio, we want you there.
For every full-price ticket purchased before the end of March, we’ll add another Community Access ticket so someone else in the community can attend.
06.03.2026 16:35
👍 12
🔁 4
💬 1
📌 0
"I made this" meme, where AI make something, and the human thinks they made it instead.
Humans be like: "I did this".
03.03.2026 16:41
👍 4
🔁 1
💬 1
📌 0
That is, combining novices with experts tends to make better products than experts can alone.
02.03.2026 22:25
👍 7
🔁 0
💬 2
📌 0
Just read: "Junior[s] have always been useless."
Hm. I've found Conway (1968) to be true instead:
> We should take particular note of the fact that the quantum jumps in compiler design progress were associated with new groups of people on territory previously trampled chiefly by [experts].
02.03.2026 22:23
👍 15
🔁 0
💬 1
📌 0
TokioConf 2026
Join the inaugural TokioConf, which will gather developers to exchange ideas, learn from one another, and explore the future of async Rust.
Early bird pricing for TokioConf 2026 ends in just a few days.
If you’ve been thinking about joining us this April, now’s a great time to grab a ticket before prices increase.
Get your ticket: www.eventbrite.com/e/tokioconf-...
27.01.2026 21:34
👍 3
🔁 2
💬 0
📌 0
the copilot thing smells just like google+ a decade ago
06.01.2026 15:41
👍 11
🔁 0
💬 0
📌 0
yea i wouldn't actually maintain this. probably easier to fix aws-lc, or fund an even better provider.
i'm just flailing with embarrassment for windows users trying to upgrade reqwest
05.01.2026 16:38
👍 1
🔁 0
💬 0
📌 0
I'm imagining a native-rustls crate, which uses rustls on unix, and schannel on windows, and the user doesn't have to care, like native-tls.
05.01.2026 14:19
👍 3
🔁 0
💬 3
📌 0
rustls is definitely much better, and aws-lc-rs is likely a good idea
but i'm frustated at how poor the experience is for windows users
05.01.2026 13:04
👍 7
🔁 0
💬 0
📌 0
reqwest v0.13 - rustls by default
reqwest v0.13 brings rustls by default, feature cleanup, but otherwise easy to upgrade.
To end the year, a new major version of #rustlang reqwest, v0.13.0 is out! 🚀
- This brings rustls by default, replacing native-tls. 🦀
- Some feature and method cleanup.
- But easy to upgrade for most everyone.
seanmonstar.com/blog/reqwest...
30.12.2025 15:59
👍 38
🔁 5
💬 1
📌 1
why yes i did want to debug cmake on android
30.12.2025 18:12
👍 10
🔁 0
💬 0
📌 0
reqwest v0.13 - rustls by default
reqwest v0.13 brings rustls by default, feature cleanup, but otherwise easy to upgrade.
To end the year, a new major version of #rustlang reqwest, v0.13.0 is out! 🚀
- This brings rustls by default, replacing native-tls. 🦀
- Some feature and method cleanup.
- But easy to upgrade for most everyone.
seanmonstar.com/blog/reqwest...
30.12.2025 15:59
👍 38
🔁 5
💬 1
📌 1
Still appreciate any experience reports!
Assuming nothing is terribly wrong, the hope is to release for real next week.
26.12.2025 16:31
👍 2
🔁 0
💬 0
📌 0
Just one more day to fill out the hyper user survey for 2025!
16.12.2025 16:08
👍 0
🔁 0
💬 0
📌 0
There's just one more week left on the @hyper.rs user survey this year!
11.12.2025 16:37
👍 0
🔁 0
💬 0
📌 0
hyper-util Composable Pools
Announcing connection pool layers allowing advanced composition in Rust.
Announcing @hyper.rs composable pool layers!
We took the various aspects of a connection pool and made them into individual layers to combine as needed.
This is something I've been thinking about for years, I'm so glad it's finally coming out. #rustlang
seanmonstar.com/blog/hyper-u...
03.12.2025 14:22
👍 34
🔁 6
💬 0
📌 0
hyper-util Composable Pools
Announcing connection pool layers allowing advanced composition in Rust.
Announcing @hyper.rs composable pool layers!
We took the various aspects of a connection pool and made them into individual layers to combine as needed.
This is something I've been thinking about for years, I'm so glad it's finally coming out. #rustlang
seanmonstar.com/blog/hyper-u...
03.12.2025 14:22
👍 34
🔁 6
💬 0
📌 0
In defense of lock poisoning in Rust · sunshowers
It's worth retaining one of multithreaded Rust's most valuable features.
New post: a defense of lock poisoning in Rust.
Followup to recent discussion: decided to write about lock poisoning, looking at the arguments on each side, and informed by our experience at @oxide.computer dealing with the parallel problem of unexpected async cancellations
Please give it a read!
02.12.2025 19:37
👍 183
🔁 43
💬 7
📌 1
There's 2 more weeks of the hyper user survey for 2025.
Thanks all who have already filled it out! We'll be using this to make things better in 2026 🦀
02.12.2025 17:17
👍 1
🔁 0
💬 1
📌 0
hyper User Survey 2025
I’m excited to announce the inaugural hyper user survey!
I'm excited to announce the first @hyper.rs user survey!
If you've used hyper (or related libraries) just a little or a whole bunch, providing feedback is invaluable and should take less than 5 minutes. Give it a go!
seanmonstar.com/blog/hyper-u...
#rustlang
18.11.2025 15:27
👍 19
🔁 8
💬 2
📌 0
While I never want to _deal_ with poison, I do want the invalid state propagated.
I like one suggestion I've seen:
- lock() just panics on poison, no Result
- try_lock() let's you try to recover from poison for the 1%
28.11.2025 19:11
👍 23
🔁 1
💬 2
📌 0
Incredibly disappointed (shocked even) that the plan is to make the default Rust mutex not poisonable in the 2027 edition. Poisoning is one of the best examples of Rust focusing on rigor, and removing it from the default mutex would be a massive step backwards.
27.11.2025 19:36
👍 114
🔁 17
💬 9
📌 4