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
It would be nice if this crate would provide optional glue code to the bytes crate, with which I mean implementing the bytes::{Buf,BufMut} traits, to allow easier integration with other existing code, e.g. poll-buf-utils. It is probably a good idea to support a wide range of bytes crate versions, as the Buf & BufMut traits are present in that crate since almost the first versions, and haven't changed at all.
The text was updated successfully, but these errors were encountered:
It would be nice if this crate would provide optional glue code to the
bytes
crate, with which I mean implementing thebytes::{Buf,BufMut}
traits, to allow easier integration with other existing code, e.g.poll-buf-utils
. It is probably a good idea to support a wide range ofbytes
crate versions, as theBuf
&BufMut
traits are present in that crate since almost the first versions, and haven't changed at all.The text was updated successfully, but these errors were encountered: