lucidsoftware / xtract

A library to make it easy to deserialize XML to user types in scala
Apache License 2.0
60 stars 20 forks source link

Use cats instead of play-functional #5

Closed tmccombs closed 6 years ago

tmccombs commented 7 years ago

Cats is better documented, and probably more widely directly used.

Unfortunately, this would break backwards compatibility and would change the syntax (unless I created sort of wrapper)

tmccombs commented 6 years ago

Completed by #11