Replies: 3 comments 2 replies
-
You may want to consider using more embedded focused proocols, I don't work much in the embedded space so don't really know the requirements that well but I am sure prost doesn't do much to help that use case that mucn. |
Beta Was this translation helpful? Give feedback.
-
I also have q question. In a message like below. Ho does the trait of encoding and merge would be created for "all" message? |
Beta Was this translation helpful? Give feedback.
-
Your problem actually reflects the lack of support for options in Prost! The There are currently open pull requests trying to implement the support for options/custom extensions (both being extremely linked). As for now, you should consider keeping your communication protocols based on Protocol Buffers on C/C++ codes. |
Beta Was this translation helpful? Give feedback.
-
I used protocol buffer in C. These days I am trying to use my codes in rust so I am developing code using ptost. Recently I have find out that prost mesages are really big in flash size. I want to take advice about how to use prost or how to optimize my code.
Beta Was this translation helpful? Give feedback.
All reactions