chain_peer 0.1.1

A TCP framework based on mio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "chain_peer"
version = "0.1.1"
authors = ["lijianghao <337990443@qq.com>"]
description = "A TCP framework based on mio"
license = "MIT/Apache-2.0"

[dependencies]
byteorder = "0.3"
env_logger = "0.3.1"
log = "0.3.1"
mio = "0.6.11"
slab = "0.3.0"