BSD-3-Clause licensed by Alexey Kuleshevich
Maintained by [email protected]
This version can be pinned in stack with:mempack-0.1.1.0@sha256:f5e81715af31f133b36aa5a05282a0ecd3fc5a4d788fa75ae08e974d35bb3a74,3262

Module documentation for 0.1.1.0

mempack

Overview

Extremely efficient serialization library that works on pinned and unpinned memory alike.

Status

Github Actions Coveralls Hackage Nightly LTS
Build Status Coverage Status Hackage Nightly LTS

Changes

Changelog for mempack

0.1.1.0

  • Add helpers packByteStringM, unpackByteStringM and unpackByteArrayLen
  • Add MemPack instance for lazy ByteString
  • Add MemPack instance for Text
  • Add MemPack instance for Void
  • Add packWithByteArray and packWithMutableByteArray
  • Fix infinite loop during list decoding when length encoded was negative

0.1.0.0

  • Initial release