bao
bao copied to clipboard
feature request: Add integration with async world
It would be great to have a Decoder
and Encoder
version that can work with AsyncRead
and AsyncWrite
.
There are some IO-independent types underlying the Decoder
and Encoder
. See for example the VerifyState
. So it might not be too much work to expose an alternate implementation using Tokio.