Popularity
3.6
Stable
Activity
3.3
Stable
2
4
1
Monthly Downloads: 2
Programming language: Haskell
License: MIT License
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.
-
compendium-client
DISCONTINUED. Mu (μ) is a purely functional framework for building micro services. -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of encode-string or a related project?
README
encode-string: String encoding and decoding
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.