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
Currently additional_derives can only be set globally, which feels too broad.
For use cases like adding serde annotations it would be better if the derives could be scoped per type or interface. Would it make sense to extend the generate! macro to accept a map of path -> derives?