@hackage / encode-string

Safe string conversion and encoding

Latest0.1.0.0

About

Metadata

  • Last updated , by minad
  • License MIT
  • Categories Text Processing
  • Maintained by: Daniel Mendler <mail@daniel-mendler.de>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 7.10.3

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.