Utilities to encode and decode binary streams using the pipes and
binary libraries.
Check the source or rendered Haddocks for extensive documentation.
This code is licensed under the terms of the so called 3-clause BSD
license. Read the file named LICENSE found in this same directory
for details.
See the PEOPLE file to learn about the people involved in this
effort. Consider mentioning your name in this file if you are
contributing to the project.
Changes
Version 0.4.4
Support transformers >= 0.7.0.
Version 0.4.3
Builds with GHC 9.0.1.
Producer' replaced with Proxy. See pipes
issue #224.
Use QuickCheck instead of SmallCheck for tests.
Version 0.4.2
Remove upper bound on dependencies other than base.
Version 0.4.1
Fix #24 - skip leading empty chunks when decoding.