composewell / streamly-text

Helper library for Streamly to interact with Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Word16 and between lazy Text and stream of Array Word16.

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

About

Helper library for Streamly to interact with Text

License:Other


Languages

Language:Haskell 100.0%