Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 600 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 600 Bytes

encode-string: String encoding and decoding

Hackage Build Status

In modern Haskell many different string types are commonly used in combination with the 'OverloadedStrings' extension. This small package provides means to convert safely between those. Currently, 'String', lazy and strict 'Text', lazy and strict 'ByteString', '[Word8]' and 'ShortByteString' are supported.