Closed 0xAlcibiades closed 1 year ago
Thanks for the example - I've fixed the docs in 961527f62889b2c4eb9440a2ffc1d35c72459e2d.
I've also added a re-export of prost
so it doesn't need to be directly added as a build dependency, but can be imported as use protox::prost::Message
The example of using this with tonic is wrong/incomplete at present. Here is a bit more of a complete version:
Additionally, a build dependency for
prost = "0.12.1"
must be added to the crate building. I do wonder if this should be added to the crates build time dependecies/if that would abstract from the caller.