Popularity
3.6
Declining
Activity
3.3
-
2
4
1

Monthly Downloads: 16
Programming language: Haskell
License: MIT License
Tags: Data     Text     String    

encode-string alternatives and similar packages

Based on the "Data" category.
Alternatively, view encode-string alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of encode-string or a related project?

Add another 'Data' Package

README

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.