RFC 007: Rust implementation by iainmcgin · Pull Request #334 · connectrpc/connectrpc.com

1 min read Original article ↗

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prost doesn't implement editions, and likely never will (maintenance-status passively-maintained means that no new features are planned), right?

Given that, prost doesn't seem like a good choice to me in the long run. But it does appear to be the most popular implementation by far right now.

An adapter crate as mentioned above might make make it easier for users to migrate step-by-step. I suppose you prefer to get a sense for whether that's really the case first?