pipes-binary

Encode and decode binary streams using the pipes and binary libraries.

https://github.com/k0001/pipes-binary

Version on this page:0.4.1
LTS Haskell 22.13:0.4.4
Stackage Nightly 2024-03-14:0.4.4
Latest on Hackage:0.4.4

See all snapshots pipes-binary appears in

BSD-3-Clause licensed by Renzo Carbonara
Maintained by renzocarbonaraλgmail.com
This version can be pinned in stack with:pipes-binary-0.4.1@sha256:954478c5d8b329b42f9e6906c73c16895f4fbf06c92ba82e7b9fd782bd20f35d,2071

Module documentation for 0.4.1

pipes-binary

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.1

  • Fix #24 - skip leading empty chunks when decoding.

  • Upper bound dependency bumps (transformers, binary).

Version 0.4.0.5

  • Upper bound dependency bumps (tasty).

Version 0.4.0.4

  • Upper bound dependency bumps (lens-family-core).

Version 0.4.0.3

  • Upper bound dependency bumps (pipes-bytestring).

Version 0.4.0.2

  • Upper bound dependency bumps (pipes-bytestring).

Version 0.4.0.1

  • Upper bound dependency bumps (tests).

Version 0.4.0

  • Generalized encode and encodePut to Producer's.

  • decoded and decodedL are now Lens', not Iso' anymore.

Version 0.3.0.1

  • Add dependency on ghc-prim, needed for GHC 7.4.2.

Version 0.3.0

  • API revamped in order to support pipes-parse-3.0.0.

Version 0.2.1

  • Re-export Put and Binary from the binary package.

  • Use isEndOfBytes from the pipes-bytestring package.

Version 0.2.0

  • API revamped in order to support pipes-4.0.0 and pipes-parse-2.0.0.

  • Added functions that act directly upon Put and Get monads: encodePut, decodeGet, decodeGetMany.

  • Decoding functions now report the number of bytes that were consumed in order to decode a value.

  • Re-export Get and ByteOffset from the binary package.

Version 0.1.0.0

  • Initial version.