6 releases (breaking)
Uses old Rust 2015
0.5.0 | Jul 2, 2021 |
---|---|
0.4.0 | Jan 7, 2021 |
0.3.1 | Dec 11, 2019 |
0.2.0 | Jul 2, 2018 |
0.1.1 | Dec 12, 2017 |
#1227 in Network programming
33,853 downloads per month
Used in 261 crates
(8 directly)
11KB
188 lines
Input-Buffer
A peekable FIFO-like buffer for receiving network data efficiently.
Contributing
Please report bugs and make feature requests here.
lib.rs
:
A buffer for reading data from the network.
The InputBuffer
is a buffer of bytes similar to a first-in, first-out queue.
It is filled by reading from a stream supporting Read
and is then
accessible as a cursor for reading bytes.
Dependencies
~175KB