| Safe Haskell | Trustworthy |
|---|
Data.Vector.Storable.ByteString.Legacy
Description
Convert our to and from legacy ByteStrings
(from the ByteStringsbytestring package).
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.