streamly
streamly copied to clipboard
Create a streamly-text package
Like streamly-bytestring. For converting text to unpinned array and vice-versa.
Only support utf8 and check using the utf8 apis in streamly
Need to confirm with GHC devs if coercing ByteArray to MutableByteArray is ok as long as we guarantee that we are not going to write to it.
Array (MutableByteArray (unsafeCoerce# barr#))
This is not a blocker. We can do this post release.
There is a streamly-text package. We need to upload it to hackage.