bao icon indicating copy to clipboard operation
bao copied to clipboard

feature request: Add integration with async world

Open dignifiedquire opened this issue 2 years ago • 1 comments

It would be great to have a Decoder and Encoder version that can work with AsyncRead and AsyncWrite.

dignifiedquire avatar Jan 09 '23 21:01 dignifiedquire

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.

oconnor663 avatar Jan 10 '23 02:01 oconnor663