You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've made a fork a while back of bitstream-io that supports AsyncRead and AsyncWrite. If you're interested in seeing the code, it's available here: https://github.com/greedia/bitstream-io
I wanted to contribute it back, however there's a lot of things that have been incompatibly changed, and I'm not sure of the best way to support both AsyncRead/AsyncWrite and Read/Write in the same codebase.
Nonetheless, I wanted to bring this repo to your attention, if this is something that's interesting to you.
The text was updated successfully, but these errors were encountered:
I just created a version of this library compatible with tokio AsyncRead and AsyncWrite, is still a work in progress but all tests are passing, including the doc tests. Its in crates.io as tokio-bitstream-io
Hello,
I've made a fork a while back of
bitstream-io
that supports AsyncRead and AsyncWrite. If you're interested in seeing the code, it's available here: https://github.com/greedia/bitstream-ioI wanted to contribute it back, however there's a lot of things that have been incompatibly changed, and I'm not sure of the best way to support both AsyncRead/AsyncWrite and Read/Write in the same codebase.
Nonetheless, I wanted to bring this repo to your attention, if this is something that's interesting to you.
The text was updated successfully, but these errors were encountered: