Crates.io | tokio-try-read-full |
lib.rs | tokio-try-read-full |
version | 0.1.0 |
source | src |
created_at | 2018-02-10 02:27:06.253396 |
updated_at | 2018-02-10 02:27:06.253396 |
description | A future to read as many bytes as possible into a buffer |
homepage | |
repository | https://github.com/twmb/tokio-try-read-full |
max_upload_size | |
id | 50435 |
size | 5,226 |
This crate complemnts tokio-io
's read_exact
for scenarios where you want to
read as many bytes as possible into a buffer until either the buffer is full or
the reader returns EOF
.