case-classy
case-classy copied to clipboard
Add support for a validation DecodeError; integrate Refined
This is twofold:
- Add a
ValidationFailed
(or similar)DecodeError
type and corresponding helper methods to add "validation" steps to a decoder. - Integrate the Refined library on top of the
ValidationFailed
functionality.