Tonic include_proto utilities
A crate to make using tonic::include_proto less painful.
namespaced!
This macro invokes the macro tonic::include_proto for multiple protobuf packages
and each of them are placed in the correct namespace.
Example
The code:
namespaced!;
is equivalent to: