grpc-rs
grpc-rs copied to clipboard
Move `pb_codec` from the core library to compiler
Different codec usually has different compiler. So move it to compiler can make core library codec-independent by default, which is easy for supporting a new codec.
Do you mean pb_codec should be embedded in the *_grpc.rs files generated by the compiler?