You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current the protos crate uses the protobuf dependency to generate codes, but it introduces a huge dependency grpcio, which makes the binary size larger and compiling time longer.
Proposal
Let's replace protobuf crate with the prost crate.
Describe This Problem
Current the
protos
crate uses theprotobuf
dependency to generate codes, but it introduces a huge dependencygrpcio
, which makes the binary size larger and compiling time longer.Proposal
Let's replace
protobuf
crate with theprost
crate.Additional Context
This may be helpful for #294
The text was updated successfully, but these errors were encountered: