The total of downloads of my crates reached 1 billion on crates.io. :)
Not sure it tells much about my crates, however I think it tells a lot about Rust's adoption. It's quite nice to see it increasing as time goes by!
I extended the `proc_macro::Literal` API once again by adding more `_value` methods to get the underlying value represented by the literal.
The end goal is to reduce the code needed by crates using proc-macro to convert from the literal to the value (cc proc-macro2).
PR: github.com/rust-lang/ru...
Fixed a crash in rustdoc inttra-doc link on type aliases. A simple case of "woups, forgot to handle this code path". :3
PR: github.com/rust-lang/ru...
Check out our latest blog post for an interview with Tiffany Pek Yuan, one of the maintainers of the Rust programming language:
blog.rust-lang.org/inside-rust/...
This is the first in a series of blog posts highlighting our amazing maintainers. 💛
We're happy to announce the launch of the Rust Foundation Maintainers Fund and our new Funding Team. Read all about it on our blog: blog.rust-lang.org/2026/06/02/l...
Next Paris rust meetup will be on the 23 of June.
You can register here: www.meetup.com/rust-paris/e...
o/
I'm currently working on polishing the remaining blockers for the `doc_cfg` feature. Hopefully I'll have some good news in the weeks/months to come. :)
2/2
Two bugfixes on rustdoc nightly features were merged:
* doc_cfg feature: `cfg` on glob reexports are now correctly handled: github.com/rust-lang/ru...
* macro expansion: Foreign items are now correctly expanded: github.com/rust-lang/ru...
1/2
I’m a climate scientist. Let me fix this headline.
“Nearly a century ago, scientists showed that burning fossil fuels warms the planet.
Today, we know human emissions account for over 100% of the warming.
Yet dark money and disinformation still work to keep Americans addicted to fossil fuels.”
Rust 1.96.0 has been released! 🌈 🦀✨
This release includes assert_matches!(), new range types in core::range::*, and fixes for a medium and a low severity vulnerability in Cargo (that didn't affect crates.io users).
Check out the blog post for details: blog.rust-lang.org/2026/05/28/R...