The latest version of text-stream-decode is 0.1.0.5-1.
text-stream-decode
Version 0.1.0 revision 1 uploaded by HerbertValerioRiedel.
Package meta
- Synopsis
- Streaming decoding functions for UTF encodings.
- Description
The
text
package provides high performance functions for decoding strict and lazyByteString
s intoText
. However, these functions present two issues for streaming data libraries: they throw exceptions from pure code, and are not designed for incremental consumption. This library addresses both issues with a unified API for UTF-8, -16LE, -16BE, -32LE, and -32BE. It is intended for use by high level streaming data libraries, such as conduit, enumerator, iteratee, and pipes.- Author
- Michael Snoyman
- Bug reports
- n/a
- Category
- Data, Text
- Copyright
- n/a
- Homepage
- http://github.com/fpco/text-stream-decode
- Maintainer
- michael@snoyman.com
- Package URL
- n/a
- Stability
- n/a