byte_buffer 0.1.2

A buffer-pool library aimed to provide performant and reused byte buffers for IO code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "byte_buffer"

version = "0.1.2"

description = "A buffer-pool library aimed to provide performant and reused byte buffers for IO code"

readme = "README.md"

documentation = "https://docs.rs/byte_buffer/"

repository = "https://github.com/Chopinsky/byte_buffer.git"

license = "MIT"

authors = ["Jacob Zuo <chopinsky@live.com>"]

edition = "2018"



[dependencies]

crossbeam-channel = "^0.3.0"