encode-string: Safe string conversion and encoding

[ data, library, mit, string, text ] [ Propose Tags ]

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]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

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]
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 1122 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]

Readme for encode-string-0.1.0.0

[back to package description]

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.