-
Notifications
You must be signed in to change notification settings - Fork 295
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
BytesMut
should impl IntoBuf
#158
Comments
It looks like this is already the case in 0.4.x. Should it still return a |
|
I ran into problems with
Can someone here give me more background information about the use case for the two different functions? I do not think the functionality of the two can be merged because they are doing fundamentally different things with ownership. The simplest solution I can think of is just renaming the functions. I think that |
I, too, was confused with the disparate |
I have now distilled that into crate range-split. |
See: tokio-rs/tokio-io#72
The text was updated successfully, but these errors were encountered: