{"id":20761968,"url":"https://github.com/composewell/streamly-text","last_synced_at":"2025-12-25T00:38:41.474Z","repository":{"id":76649582,"uuid":"220177838","full_name":"composewell/streamly-text","owner":"composewell","description":"Helper library for Streamly to interact with Text","archived":false,"fork":false,"pushed_at":"2024-12-01T15:19:00.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-18T05:33:43.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/composewell.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-07T07:34:34.000Z","updated_at":"2024-12-01T15:19:05.000Z","dependencies_parsed_at":"2024-05-13T07:43:43.179Z","dependency_job_id":null,"html_url":"https://github.com/composewell/streamly-text","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Fstreamly-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Fstreamly-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Fstreamly-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Fstreamly-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/composewell","download_url":"https://codeload.github.com/composewell/streamly-text/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243076947,"owners_count":20232509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T10:28:17.859Z","updated_at":"2025-12-25T00:38:41.468Z","avatar_url":"https://github.com/composewell.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# streamly-text\n\nEfficient interoperability between\n[streamly](https://hackage.haskell.org/package/streamly) arrays and\n[text](https://hackage.haskell.org/package/text).\n\nThe strict `Text` type is equivalent to UTF-8 encoded `Array Word8` in Streamly\nand lazy `Text` type is equivalent to a stream of `Array Word8`.\n\nA `Char` stream can be converted to UTF-8 encoded `Word8` stream using\n`encodeUtf8` from `Streamly.Unicode.Stream` which in turn can be written as\n`Array Word8`, and a stream of UTF-8 encoded `Word8` or `Array Word8` can be\ndecoded using `decodeUtf8` or `decodeUtf8Chunks`.\n\nThis library provides zero-overhead and streaming conversions between\nthe `Text` type and `streamly` Array types, making it easier to use\nArray and Array stream based functions on `Text`.\n\n## Features\n\n- **Strict `Text` ↔ `Array Word8`**\n  Convert between strict `Text` and `streamly`’s `Word8` stream or\n  `Array Word8` without any overhead.\n\n- **Lazy `Text` ↔ Stream of `Array Word8`**\n  Convert between lazy `Text` and a stream of `Array Word8`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomposewell%2Fstreamly-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomposewell%2Fstreamly-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomposewell%2Fstreamly-text/lists"}