streamly-text: Library for streamly and text interoperation.

[ array, bsd3, library, stream, streamly, text ] [ Propose Tags ] [ Report a vulnerability ]

Please see the README on GitHub at https://github.com/composewell/streamly-text


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), streamly-core (>=0.2.0 && <0.3.1), text (>=2.0 && <2.1.2) [details]
License BSD-3-Clause
Author Composewell Technologies
Maintainer streamly@composewell.com
Category Streamly, Stream, Array, Text
Uploaded by adithyaov at 2025-09-12T15:18:44Z
Distributions
Downloads 0 total (0 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-09-12 [all 1 reports]

Readme for streamly-text-0.1.0

[back to package description]

streamly-text

Library for streamly and text interoperation.

This library is to enable interoperation of streamly with existing code that uses Text.

The package provides APIs to interconvert between strict Text and streamly Array Word8 and between lazy Text and stream of Array Word8.

The interconversion in the case of strict Text and streamly Array Word8 has no overhead.