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
Ran into a use case where some folks had a massive single package full of all of their messages.
A crate may not want to generate ALL the messages in that package, but only a subset. For now our codegen only operates by finding packages, but I think we could allow a way to only specify certain messages as "targets". We would still need to walk dep tree to find what those messages reference, but it could be very nice to allow this.
The text was updated successfully, but these errors were encountered:
Ran into a use case where some folks had a massive single package full of all of their messages.
A crate may not want to generate ALL the messages in that package, but only a subset. For now our codegen only operates by finding packages, but I think we could allow a way to only specify certain messages as "targets". We would still need to walk dep tree to find what those messages reference, but it could be very nice to allow this.
The text was updated successfully, but these errors were encountered: