-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.
Description
Is your feature request related to a problem? Please describe.
It is impossible to write an implementation of hyper::rt::Read
because ReadBufCursor
cannot be written to safely.
Describe the solution you'd like
Have a method that initializes the read buffer by zeroing it and then returning an &mut [u8]
that can be filled safely. E.g. this.
Describe alternatives you've considered
N/A
Metadata
Metadata
Assignees
Labels
C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.