@hackage / spool

Convert between ByteString and Vector.Storable without copying

Latest0.1

About

Metadata

  • Last updated , by KeeganMcAllister
  • License BSD-3-Clause
  • Categories Data Structures
  • Maintained by: Keegan McAllister <mcallister.keegan@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

spool provides conversion between ByteString and Vector.Storable without copying the underlying data.

Documentation is hosted at http://hackage.haskell.org/package/spool

To build the documentation yourself, run

$ cabal configure && cabal haddock --hyperlink-source

This will produce HTML documentation under dist/doc/html/spool.