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
It would be very handy for avrohugger to be able to generate a vulcan.Codec - I think it makes sense as an extra module + configuration
vulcan supports deriving a codec from a case class with annotations. One path forward might be to have those annotations generated onto the class.
Another option which might be easier, if it's done as a separate module, is to generated the Codec into some place other than the companion object. It's less ergonomic because it would require import, but it's likely less work to implement
The text was updated successfully, but these errors were encountered:
It would be very handy for avrohugger to be able to generate a vulcan.Codec - I think it makes sense as an extra module + configuration
vulcan supports deriving a codec from a case class with annotations. One path forward might be to have those annotations generated onto the class.
Another option which might be easier, if it's done as a separate module, is to generated the Codec into some place other than the companion object. It's less ergonomic because it would require import, but it's likely less work to implement
The text was updated successfully, but these errors were encountered: