c-cube / cconv

[dead] combinators for type conversion (serialization/deserialization) to/from several formats. See this blog post (outdated): http://cedeela.fr/universal-serialization-and-deserialization.html
https://c-cube.github.io/cconv/
BSD 2-Clause "Simplified" License
27 stars 3 forks source link

better error handling #6

Closed prepor closed 8 years ago

prepor commented 8 years ago

Via exceptions according to discussion in #4

c-cube commented 8 years ago

Very nice, thanks!