Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 395 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 395 Bytes

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.