acalejos / flint

Practical Ecto embedded schemas for data validation, coercion, and manipulation.
MIT License
69 stars 0 forks source link

Allow other Encoder implementations? #3

Closed jurraca closed 1 month ago

jurraca commented 1 month ago

Hey, this is a cool lib! wondering if it makes sense to allow encoder implementations as arguments to the use macro, keeping Jason.Encoder as default? Thinking binary protocols etc

acalejos commented 1 month ago

Hey, Thanks for taking a look!

I'm open to this. Feel free to submit a PR!

Otherwise I'm not sure when I'll get to it