tapir
tapir copied to clipboard
[WIP] Macro coproduct schema derivation for Picklers
Solves https://github.com/softwaremill/tapir/issues/3193
Schemas will no longer be derived using Schema.derived[T] which causes repeated derivation for coproduct children.
Macros are copied from https://github.com/softwaremill/tapir/pull/2118, with a few slight modifications.
Move out of WIP state after merching changes from https://github.com/softwaremill/tapir/pull/3222/files