package prettym

  1. Overview
  2. Docs
An memory-bounded encoder according to RFC 822

Install

dune-project
 Dependency

Authors

Maintainers

Sources

prettym-0.0.4.tbz
sha256=39f461d4dbc0d605486c9077dba3ca0a3307a8fba69f56c128eb3efebb5c35d5
sha512=5b3330915bbaba6e858cffcb889f5d3b22d6ccf35511ca504aa4ea15c58cff2ca1e564995b27c8274e5832de0aa750e1f25fe3cbac082061045cbbcd2f9ef2f6

doc/README.html

Prettym, a bounded encoder with the colums constraint

prettym is a simple bounded encoder to serialize human readable values and respect the 80-column constraint. It permits to serialize values in the respect of RFC 822 and put fws token when necessary.

For example, a list of email addresses should fits under the 80 column for an email. The encoder should find the opportunity to add a line breaker plus a space to respect RFC 822.