David Tolnay
dtolnay.bsky.social
David Tolnay
@dtolnay.bsky.social
Once I wrap up some other projects. It is definitely on my list.
October 20, 2025 at 11:54 PM
Reposted by David Tolnay
but what I can say is, I personally sat down one evening and said "I think Rust can be the next great systems programming language" and then dedicated the next ~10 years of my life to making that happen
February 26, 2025 at 7:21 PM
This is the ideal design for a trait-impl-based serialization library IMO. See this comment: github.com/serde-rs/ser... where I arrived at this same concept (in less detail) where it talks about "the ultimate non-generic DeserializeSeed" as my preferred design for a standard library std::serde.
Shrink derive output size by nnethercote · Pull Request #2250 · serde-rs/serde
This PR has a series of commits that shrink the size of the code generated for derive(Serialize, Deserialize), particularly for large structs. Here are some instruction count results for some synth...
github.com
November 28, 2024 at 3:59 AM