This repository has been archived by the owner on May 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
add read_at_least
function?
#68
Comments
Currently the functions here match the standard library's |
yes, it's a helper function. this function is convenient in some situation. |
My question would basically be why it's justified to go into |
thanks @alexcrichton, it spent me some time reading the whole discussion which inspired me a lot. |
It seems like the take away is "do nothing". As such, I will close this issue. Please let me know if this is not correct. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
read_at_least
is similar toread_exact
but read at least min bytes. reads from reader into buf until it has read at least min bytes. It returns the number of bytes copied success , when n >= min.The text was updated successfully, but these errors were encountered: