https://github.com/snapview/input_buffer
A peekable FIFO-like buffer for receiving network data efficiently
https://github.com/snapview/input_buffer
Last synced: about 1 year ago
JSON representation
A peekable FIFO-like buffer for receiving network data efficiently
- Host: GitHub
- URL: https://github.com/snapview/input_buffer
- Owner: snapview
- License: apache-2.0
- Created: 2017-12-11T23:50:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T15:28:13.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T06:05:39.827Z (about 1 year ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Input-Buffer
A peekable FIFO-like buffer for receiving network data efficiently.
[](./LICENSE-MIT)
[](./LICENSE-APACHE)
[](https://crates.io/crates/input_buffer)
[](https://travis-ci.org/snapview/input_buffer)
[Documentation](https://docs.rs/input_buffer)
Contributing
------------
Please report bugs and make feature requests [here](https://github.com/snapview/input_buffer/issues).