File: README.md

package info (click to toggle)
haskell-bytestring-to-vector 0.3.0.1-6
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76 kB
  • sloc: haskell: 89; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
[![Build Status](https://travis-ci.org/sheyll/bytestring-to-vetcor.svg?branch=master)](https://travis-ci.org/sheyll/bytestring-to-vetcor)

[![Hackage](https://img.shields.io/hackage/v/bytestring-to-vetcor.svg?style=flat)](http://hackage.haskell.org/packages/bytestring-to-vetcor)


# Platform dependent no-copy vector - bytestring conversion

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

This is a fork of [spool](https://github.com/kmcallister/spool).