Fast Rust Builds (2021)

9 airstrike 3 6/20/2025, 12:02:02 PM matklad.github.io ↗

Comments (3)

cbondurant · 2h ago
The mention of syn/serde being a compile time trap strengthens my feeling that having some better tools in the rust standard that make the job of syn/serde easier (compile time reflection being one of them) is probably the single most important improvement that could be made for the health of the rust ecosystem as a whole.

Anything that makes syn and serde run or compile faster will help a large swath of the ecosystem by extension.

moritzruth · 2h ago
Have you heard about facet?

This is its introduction post: https://fasterthanli.me/articles/introducing-facet-reflectio...

echelon · 2h ago
I really need to get rid of our dependency on async-stripe. That's 50% of our build time alone.