@hackage spool0.1
Convert between ByteString and Vector.Storable without copying
Categories
License
BSD-3-Clause
Maintainer
Keegan McAllister <mcallister.keegan@gmail.com>
Links
Versions
- 0.1 Thu, 15 Sep 2011
Installation
Dependencies (3)
- base >=3 && <5
- bytestring >=0.9
- vector >=0.7 Show all…
Dependents (9)
@hackage/status-notifier-item, @hackage/mediabus, @hackage/mediabus-fdk-aac, @hackage/acme-everything, @hackage/data-dispersal, @hackage/mediabus-rtp, Show all…
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.