zio / zio

ZIO — A type-safe, composable library for async and concurrent programming in Scala
https://zio.dev
Apache License 2.0
4.06k stars 1.28k forks source link

ZTransducer: Add more useful transducers #3865

Open jdegoes opened 4 years ago

jdegoes commented 4 years ago
jdegoes commented 4 years ago

/cc @vinhhv

mschuwalow commented 4 years ago

I'll take these unless somebody wants to split up the work

jdegoes commented 4 years ago

I believe that @vinhhv would like to reserve one or two. 😄

vinhhv commented 4 years ago

@mschuwalow I can give splitLine and usASCII a go. Feel free to grab the others!

er1c commented 4 years ago

I added utf32Decode/utf32BEDecode/utf32LEDecode and a "utfDecode" in https://github.com/zio/zio/pull/3980

I primarily want the "utfDecode" that doesn't require manually knowing the input BOM