Remix.run Logo
echelon 3 hours ago

Any chance we could get macros that do physical-code-on-machine codegen? (Like Google protobuf?)

I love Serde to death, but the compile times are getting absolutely absurd. It's painful to sit around for three minutes after a single code change.

If I could use Serde with all of its features, but have it write out the source to disk so I can commit it to our repo, that seems like it would vastly improve compile times. During development, I'd love to be able to change our API definition and be able to rapidly test changes. The productivity loss with the current state of Serde and proc macros sucks.

Any chance of something like that happening? I'd use it in a heartbeat. I would donate to fund this.