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
First off, thank you for your work on this project. It is by no means a small undertaking!
Would you mind exposing/generating all of the compiler related protobuf files? A lot of enums are not currently available, such as Name, IdempotencyLevel, NamePart, JsType and so on.
I'm working on a port of protoc-gen-star to rust here and it'd be really helpful if they were all available on this crate. I initially started with prost but it doesn't support unknown fields which I'll need for extension parsing.
I could generate them myself but it looks like you've modified the output somewhat? I could be wrong there.
get_
prefix from functions as API guide suggestsset_xxx
andhas_xxx
methodsThe text was updated successfully, but these errors were encountered: