grpc-rs icon indicating copy to clipboard operation
grpc-rs copied to clipboard

Move `pb_codec` from the core library to compiler

Open BusyJay opened this issue 7 years ago • 1 comments

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.

BusyJay avatar Feb 07 '18 14:02 BusyJay

Do you mean pb_codec should be embedded in the *_grpc.rs files generated by the compiler?

codeworm96 avatar Apr 26 '18 11:04 codeworm96