Open
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