-
-
Notifications
You must be signed in to change notification settings - Fork 0
Exneus.decode #24
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Is your feature request related to a problem?
ExAwsexpects that its' decoder have adecodefunction that returns{:ok, term} | {:error, term}Describe the feature you'd like
It would be nice to have a non-raising version of
Exneus.decode!Describe alternatives you've considered
I could write my own wrapper, but this seems like a reasonable enough request