New #rust blog post on how we could get types that cannot be forgotten, types that must be moved, async and const drop, and other fun stuff:
smallcultfollowing.com/babysteps/bl...
@yannsim.bsky.social
Developer Scala / Rust. Maintainer of Sangria, scala library for GraphQL
New #rust blog post on how we could get types that cannot be forgotten, types that must be moved, async and const drop, and other fun stuff:
smallcultfollowing.com/babysteps/bl...
Nice to see a @servo.org release! #rustlang
servo.org/blog/2025/10...
I'm excited to share what I've been working on with @erikjee.bsky.social: RustNL's #rustlang Maintainers Fund!
Many people and companies contributing to Rust, but there are fewer and fewer paid positions for general maintenance (reviews,cleanups,etc). We need to fix that.
bsky.app/profile/rust...
RustNL - Rust Maintainers Fund - Keeping the Rust Project maintained so you can focus on building reliable software
We're excited to announce a new initiative to support the Rust Project, our Rust Maintainers Fund!
We are setting out to employ 6 full-time maintainers and 6 interns in 2026 to make sure #rustlang is well maintained and bugs and contributions get the attention they need.
Read more: rustnl.org/fund
That's a wrap for #EuroRust25. Thanks everyone for making it so special! ๐คฉ Meet us next year in Barcelona for #EuroRust26, October 15-16, 2026! ๐ฆโจ๐ช๐ธ
Get your ticket now: eurorust.eu
Ubuntu 25.10, running our sudo-rs as the default sudo, has just been released!
"Rust-based implementations of sudo and coreutils for improved memory safety"
canonical.com/blog/canonic...
#rust #rustlang
With ~900 PR merges per month, even we find it hard to keep up with every new Zed feature landing. ๐
Hidden Gems aims to showcase some of the not-so-obvious features and workflows that we rely on daily. Give it a read, and if you have hidden gems you rely on, let us know!
zed.dev/blog/hidden-...
I have availability for Rust consulting or coaching. More details soon, and yep my website needs updating. But if you're considering adopting Rust, want your team to use Rust more effectively, or need a drop-in staff engineer, get in touch!
06.10.2025 20:46 โ ๐ 19 ๐ 9 ๐ฌ 0 ๐ 0All #rustconf talks are out now! ๐ฅณ
Here's mine if you want to learn more about the CI of the Rust compiler: www.youtube.com/watch?v=Gzk4...
New blog post: Cancelling async #rustlang!
This is a written version of my talk at #RustConf 2025, where I talk about the joys and sorrows of future cancellations in Rust, with lessons from our work at @oxide.computer. Includes a video of the talk as well. Check it out!
I wrote another blog post for the Prossimo blog about how we improve the unhappy path for rustls users:
www.memorysafety.org/blog/rustls-...
The crates.โio team was notified of two malicious crates (with similar names as legitimate crates) which were actively searching file contents for Etherum private keys, Solana private keys, and arbitrary byte arrays for exfiltration.
See the blog post for details: blog.rust-lang.org/2025/09/24/c...
๐ FEEDBACK WANTED
..on this preliminary #rustlang reflection MVP design by oli: github.com/rust-lang/ru...
(the PR works, you can compile it and play with it, see rustc-dev-guide.rust-lang.org)
Rust 1.90.0 has been released! โจ๐ฆ
This release makes LLD the default linker on x86-64 linux-gnu and adds `cargo publish --workspace` to publish an entire workspace all at once!
Check out the blog post and release notes for more: blog.rust-lang.org/2025/09/18/R...
I've been working on a proposal for composable HTTP pool utilities for hyper-util, several of them have implementation PRs linked at the bottom. I welcome any feedback! #rustlang
github.com/hyperium/hyp...
You asked, the Rust/TUI community delivered.
desktop-tui ~ A full desktop environment... without graphics.
src: github.com/Julien-cpsn/...
#rustlang #terminal #desktop
New blog post: Faster Rust builds on Mac
nnethercote.github.io/2025/09/04/f...
I was recently on the Netstack.fm podcast, and had a fun time talking with Glen about:
- the beginning of hyper, and async #rustlang
- as the ecosystem grew
- the development of crates like hyper-util, headers, warp, reqwest
- being independent
- 5 years from now
seanmonstar.com/blog/podcast...
Faig Ahmed aka Faiq ฦhmษd (Azerbaijani, b.1982, Sumqayit, Azerbaijan) - Textile Arts, Carpet Weaving
Source: faigahmed.com
Carte de Paris simulation รฎlot de chaleur
Vous avez sรปrement dรฉjร lu que la climatisation aggrave les canicules car lโair chaud rejetรฉ ร lโextรฉrieur augmenterait la tempรฉrature des villes de 2 ร 3ยฐC.
Vรฉrifions ce que disent vraiment les รฉtudes scientifiques ร ce sujet ๐งโ๐ฌ
(lisez jusquโau bout, car vous allez รชtre ๐คฏ๐คฏ ร la fin)
#Thread
โฌ๏ธโฌ๏ธ
When I have to pick a software that I'll manage in production, I also check the language, and rust is a strong argument
14.08.2025 07:57 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0A new HTTP/2 MadeYouReset vulnerability disclosed (VU#767506).
@hyper.rs handles it just fine, but we also provided some patches to help.
#rustlang #security
seanmonstar.com/blog/hyper-h...
Really excited about the #rustlang reqwest v0.12.23 just out! ๐ฆ
- Introduces `reqwest::retry`, an easy builder to make safe automatic retries.
- Adds Unix Domain Socket support.
- And of course more.
github.com/seanmonstar/...
Rust 1.89 is out! blog.rust-lang.org/2025/08/07/R...
07.08.2025 13:25 โ ๐ 14 ๐ 1 ๐ฌ 1 ๐ 0Here's the write up for the `warp` v0.4 release!
- Filters remain the focus
- Upgrade to hyper v1
- Crate features on a diet
- Iterating on the Server builder (and API design in general)
seanmonstar.com/blog/warp-v04/
#rustlang
Tail call optimization just landed in rust nightly! github.com/rust-lang/ru...
06.08.2025 21:41 โ ๐ 37 ๐ 7 ๐ฌ 1 ๐ 1Just released #rustlang warp v0.4! ๐ฆ
This includes an upgrade to hyper v1, and cleans up the crate features a bit so you can choose what to enable (less is on by default).
Most of the API stayed the same (the examples and tests barely needed any changing). ๐
github.com/seanmonstar/...
Cargo flamegraph's new version uses Xcode's tracer under the hood, so flamegraphing your rust code no longer requires sudo (which then messes up permissions on your build artifacts). It's a small thing but it's made flamegraphing my Rust code on MacOS so much more pleasant.
19.07.2025 21:36 โ ๐ 28 ๐ 3 ๐ฌ 2 ๐ 1Exploring easy HTTP redirects in #rustlang reqwest! ๐ฆ
This adds a builder to configure how retries work, while helping you do so responsibly. And the goal is to upstream what we can to tower.
seanmonstar.com/blog/reqwest...