Iltotore / iron

Strong type constraints for Scala
https://iltotore.github.io/iron/docs/
Apache License 2.0
427 stars 37 forks source link

Support iron types for avro4s schema #215

Open arendsyl opened 5 months ago

arendsyl commented 5 months ago

Hello everyone :wave:

First of all, thanks a lot for this lib, that's a amazing alternative of refined for our usages at @CleverCloud.

Especially we are using avro4s with iron types and made a binding between them, it allows avro4s to generate avro schemas for iron types.

Are you interested in a PR of this binding ?

Iltotore commented 5 months ago

Hello.

Indeed I am interested in a PR to support avro4s. 😁

rolman243 commented 2 weeks ago

@arendsyl I'm migrating to iron from refined and I'm struggelng with creating the Avro4s bindings for iron. Can you share your Avro4s bindings?