tokio-try-read-full

Crates.iotokio-try-read-full
lib.rstokio-try-read-full
version0.1.0
sourcesrc
created_at2018-02-10 02:27:06.253396
updated_at2018-02-10 02:27:06.253396
descriptionA future to read as many bytes as possible into a buffer
homepage
repositoryhttps://github.com/twmb/tokio-try-read-full
max_upload_size
id50435
size5,226
Travis Bischel (twmb)

documentation

https://docs.rs/tokio-try-read-full

README

tokio-try-read-full

Crates.io Documentation

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.

Commit count: 4

cargo fmt