We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chunks
BytesMut
The entire Chunks module looks similar to what Bytes and BytesMut do so we can probably throw that away and use the bytes crate instead.
Bytes
bytes
Is likely more efficient although that is not my main concern. We just want to maintain as little code as possible.
The text was updated successfully, but these errors were encountered:
Note that we went the opposite way in the past: #77
(Not opposing the idea proposed here. Might help us to make a more informed decision.)
Sorry, something went wrong.
Interesting, I'll have to dig into that.
No branches or pull requests
The entire
Chunks
module looks similar to whatBytes
andBytesMut
do so we can probably throw that away and use thebytes
crate instead.Is likely more efficient although that is not my main concern. We just want to maintain as little code as possible.
The text was updated successfully, but these errors were encountered: