Closed AndreMouche closed 6 years ago
Thanks for opening the issue.
It seems reserved coud not be identified?
Is there anything wrong?
It is supposed to be supported. I'll have a look.
For the parameters, I'll also have a look but I will also ping @koivunej
I have just done a PR to fix reserved fields (#87). @AndreMouche could you please validate it before I merge it.
Hi, I tried use tool
pb-rs
to generate rust code formessage
withreserved
field, but meet the following phenomenon:version
input1
input2
input1 output an empty file while input2 output what I expected. It seems
reserved
coud not be identified?Is there anything wrong?
Also, I meet the following error in my test:
-I, --include <INCLUDE_PATH> Path to search for imported protobufs
(-o, --output <OUTPUT> Generated file name, defaults to INPUT with 'rs' extension)
Wish for your help, Thank you.