Path to this page:
Subject: CVS commit: wip/hs-cereal
From: PHO / phonohawk
Date: 2011-07-12 09:13:22
Message id: E1QgXA3-0006WR-Iw@sfs-ml-2.v29.ch3.sourceforge.com
Log Message:
Import hs-cereal-0.3.3.0 as wip/hs-cereal.
A binary serialization library, similar to binary, that introduces an
isolate primitive for parser isolation, and replaces the asynchronous
errors with a user-handleable Either type. Similar to binary in
performance, but uses a strict ByteString instead of a lazy
ByteString, thus restricting it to operating on finite inputs.
Files: