streamly-text: Library for streamly and text interoperation.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0, 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:16:37Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.