#future #io #byte-buffer #async

已撤回 tokio-try-read-full

将尽可能多的字节读取到缓冲区的 future

使用旧的 Rust 2015

0.1.0 2018年2月10日

75#byte-buffer

MIT 许可证

5KB
60

tokio-try-read-full

Crates.io Documentation

此 crate 互补于 tokio-ioread_exact,用于需要将尽可能多的字节读取到缓冲区,直到缓冲区满或读取器返回 EOF 的情况。


lib.rs:

此库提供了一个 future,用于互补 tokio-ioread_exact。有时,你可能希望尽可能多地读取到大型缓冲区中。缓冲区未填满不一定是错误。

依赖项

~605KB
~11K SLoC