input_buffer 0.3.1

A peekable FIFO-like buffer for receiving network data efficiently
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "input_buffer"
description = "A peekable FIFO-like buffer for receiving network data efficiently"
authors = ["Alexey Galakhov <agalakhov@snapview.de>"]
categories = ["network-programming"]
keywords = ["io"]
license = "MIT/Apache-2.0"
readme = "README.md"
homepage = "https://github.com/snapview/input_buffer"
repository = "https://github.com/snapview/input_buffer"
documentation = "https://docs.rs/input_buffer/0.3.1"
version = "0.3.1"

[dependencies]
bytes = "0.5"