byteable: Type class for sequence of bytes

[ bsd3, data, library ] [ Propose Tags ]

Abstract class to manipulate sequence of bytes

The use case of this class is abstracting manipulation of types that are just wrapping a bytestring with stronger and more meaniful name.

Usual definition of those types are of the form: newtype MyType = MyType ByteString


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1
Dependencies base (>=4 && <5), bytestring [details]
License BSD-3-Clause
Copyright Vincent Hanquez <vincent@snarc.org>
Author Vincent Hanquez <vincent@snarc.org>
Maintainer vincent@snarc.org
Category Data
Home page http://github.com/vincenthz/hs-byteable
Source repo head: git clone git://github.com/vincenthz/hs-byteable
Uploaded by VincentHanquez at 2013-06-28T06:16:30Z
Distributions Arch:0.1.1, Debian:0.1.1, Fedora:0.1.1, FreeBSD:0.1.1, LTSHaskell:0.1.1, NixOS:0.1.1, Stackage:0.1.1, openSUSE:0.1.1
Reverse Dependencies 75 direct, 3487 indirect [details]
Downloads 175742 total (110 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for byteable-0.1.1

[back to package description]

byteable

Documentation: byteable on hackage