Skip to content
New issue

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

buf: impl IoBuf/IoBufMut for bytes::Bytes/BytesMut #43

Merged
merged 1 commit into from
Aug 10, 2021

Conversation

songzhi
Copy link
Contributor

@songzhi songzhi commented Aug 9, 2021

import bytes as optional dependency.

Fixes #42

import bytes as optional dependency.

Fixes tokio-rs#42
Copy link
Member

@carllerche carllerche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@carllerche carllerche merged commit db2ea5e into tokio-rs:master Aug 10, 2021
AaronO added a commit to AaronO/tokio-uring that referenced this pull request May 29, 2022
So the docs show that `bytes::Bytes` implements `IoBuf` (tokio-rs#43)
@AaronO AaronO mentioned this pull request May 29, 2022
Noah-Kennedy pushed a commit that referenced this pull request Jun 22, 2022
So the docs show that `bytes::Bytes` implements `IoBuf` (#43)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Impl IoBuf/IoBufMut for bytes::Bytes/BytesMut
2 participants