encode-string: Safe string conversion and encoding
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.
[Skip to Readme]
Downloads
- encode-string-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Dependencies | base (>=4.8 && <5.0), bytestring (>=0.9 && <0.11), text (>=0.7 && <1.3) [details] |
Tested with | ghc ==7.10.3, ghc ==8.0.1 |
License | MIT |
Copyright | 2017 Daniel Mendler |
Author | Daniel Mendler <mail@daniel-mendler.de> |
Maintainer | Daniel Mendler <mail@daniel-mendler.de> |
Category | Data, String, Text |
Home page | https://github.com/minad/encode-string#readme |
Bug tracker | https://github.com/minad/encode-string/issues |
Source repo | head: git clone https://github.com/minad/encode-string |
Uploaded | by minad at 2017-03-15T14:37:02Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1197 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-03-15 [all 1 reports] |