decipher
decipher copied to clipboard
A collection of handy gleam/dynamic decoders.
Results
1
decipher issues
Sort by
recently updated
recently updated
newest added
Are there any plans to upgrade to the new decode API? I could try to tackle this :) functions like this ```gleam pub fn non_negative_int(dynamic: Dynamic) -> Result(Int, List(DecodeError)) {...