Iltotore / iron

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

Add `iron-borer` integration module #209

Closed sirthias closed 5 months ago

sirthias commented 5 months ago

This adds a new module (iron-borer) providing automatic refined type codec construction for the CBOR and JSON serialization library borer. It also adds a new example module showcasing the integration.

This is my first contribution to iron, so please let me know if anything is off!

And thank you for iron! It's an awesome addition to the Scala 3 ecosystem.

Iltotore commented 5 months ago

It looks good to me except for some unnecessary imports that I will probably remove while fixing #210. Congratulations!

sirthias commented 5 months ago

Great. Thank you, Raphaël!