@hackage / chunky

Human-readable storage of text/binary objects.

Version Deprecated package0.1.0.0

About

Metadata

  • Last updated , by PhilippHausmann
  • License LGPL-3.0-only
  • Maintained by: hackage@314.ch

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Readme

Allows serializing data into binary files, preserving human readability as far as possible. It allows mixing binary and textual data in the same file, and is a light-weight alternative to parsec & co. The generated files are not intended to be human-editable, only readable. If the stored binary data is utf8-encoded text, the whole file can be read in any text-editor.