text-stream-decode: Streaming decoding functions for UTF encodings. (deprecated)
The text
package provides high performance functions for decoding strict and lazy ByteString
s into Text
. 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.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
text11 | Use text version 1.1, which exports many encoding modules. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- text-stream-decode-0.1.0.5.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5 |
---|---|
Dependencies | base (>=4.4 && <5), bytestring (>=0.9), text (>=0.11) [details] |
License | MIT |
Author | Michael Snoyman |
Maintainer | michael@snoyman.com |
Revised | Revision 1 made by HerbertValerioRiedel at 2015-01-07T14:30:51Z |
Category | Data, Text |
Home page | http://github.com/fpco/text-stream-decode |
Source repo | head: git clone git://github.com/fpco/text-stream-decode.git |
Uploaded | by MichaelSnoyman at 2014-03-26T09:36:07Z |
Distributions | |
Reverse Dependencies | 4 direct, 4761 indirect [details] |
Downloads | 32581 total (22 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |