autodocodec/README.md

11 lines
371 B
Markdown
Raw Normal View History

2021-10-20 18:59:50 +03:00
# Autodocodec
Autodocodec is short for "self(auto)- documenting encoder and decoder".
## Goals:
* Correct-by-construction encoding and decoding, without generating code.
* Generate automatically-correct documentation from code.
* Fun but not important: Be able to provide instances without depending on aeson and/or yaml.
2021-10-20 19:23:55 +03:00
* Would be nice: support for recursive types.