vector-bytestring-0.0.0.1: ByteStrings as type synonyms of Storable Vectors of Word8s

Safe HaskellTrustworthy

Data.Vector.Storable.ByteString.Legacy

Description

Convert our ByteStrings to and from legacy ByteStrings (from the bytestring package).

Synopsis

Documentation

toLegacyByteString :: ByteString -> ByteStringSource

O(1) Convert our ByteString to a legacy ByteString (from the bytestring package).

fromLegacyByteString :: ByteString -> ByteStringSource

O(1) Convert a legacy ByteString (from the bytestring package) to our ByteString.