package prettym

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

prettym-0.0.5.tbz
sha256=dac159996f07a924c5f5441953a95cc62a4b5f5eedc49c31659211aff093d462
sha512=aa6b77d5d307a70936471ba0cd55b1c9081d30cf6cab98a609f3a24ac4acc8df752aa0f4e64a08a3dae73bc7590b1c62e98e8dd7e418d8b3702447bc28beca52

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.