evolution-gaming / derivation

Configured derivation library for scala 3
MIT License
34 stars 6 forks source link

feat: implement deriveEnumerationCodec #32

Closed kpodsiad closed 1 year ago

kpodsiad commented 2 years ago

I haven't used LazySummon or other fancy stuff but it doesn't seem like it's needed.

Odomontois commented 2 years ago

I think the main idea of the library is to have derivations in the form define Type derives Config, This, That, AlsoThat I believe some sub-trait of Codec, with inline def derived EvoEnumCodec would be cool

Odomontois commented 1 year ago

Since it non-breaking, incremental feature, I'll merge it.