Closed
Description
Now that #131 is done (and with more work down the road to stabilize and make it full featured), this library should eventually become a good alternative to Okio.
Given that Okio is very popular, we can expect that the 2 libraries will cohabit for a while. Making adapters to go from one to the other would help with the transition period.
Things like fun okio.Sink.asKotlinxIoRawSink(): kotlinx.io.RawSink
, fun kotlinx.io.RawSource.asOkioSource(): okio.Source
, etc.