BSD-3-Clause licensed by Alexey Kuleshevich
This version can be pinned in stack with:mempack-0.2.0.0@sha256:596577bc74650a405eac3d8c1a4976d53dc09a9226fa6fee6420cb2296febeb5,3325
Module documentation for 0.2.0.0
Changelog for mempack
0.2.0.0
- Add mkBuffer,bufferHasToBePinnedandpackBuffer
- Add an offset to the bufferfunction in order to support types that don’t use the full
underlying buffer.
- Add BufferandMemPackinstances forPrimArrayand older definition ofByteArrayfromprimitive.
- Add MemPackinstances forArrayfromprimitive.
- Switch Unpackmonad to be based on theSTmonad.
- Add packLiftSTandunpackLiftST
- Add withForeignPtrSTandwithAddrByteStringST
- Add Bufferinstances for primitive and storableVectors
0.1.2.0
0.1.1.0
- Add helpers packByteStringM,unpackByteStringMandunpackByteArrayLen
- Add MemPackinstance for lazyByteString
- Add MemPackinstance forText
- Add MemPackinstance forVoid
- Add packWithByteArrayandpackWithMutableByteArray
- Fix infinite loop during list decoding when length encoded was negative
0.1.0.0