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

Safe HaskellTrustworthy

Data.Vector.Storable.ByteString.Lazy.Legacy

Description

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

Synopsis

Documentation

toLegacyByteString :: ByteString -> ByteStringSource

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

fromLegacyByteString :: ByteString -> ByteStringSource

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