-
Notifications
You must be signed in to change notification settings - Fork 14
Replace IoBuffer with something more ergonomic #4
Comments
May have to take this into my own hands and implement an ergonomic |
While possibly overkill, it might be worth looking into using |
Hello! Thank you for your interest in this project.
|
Yeah that makes sense, thanks for the explanation. I guess the best option for now is to roll your own implementation like you said since |
kotlinx.io.core.IoBuffer
is going to be deprecated soon.kotlinx.io.bits.Memory
will be a a better substitute for representingvoid*
in kotlin.Kotlin/kotlinx-io#39
The text was updated successfully, but these errors were encountered: