kcp 0.3.0

Reliable-UDP Library for Rust
Documentation
[package]
name = "kcp"
version = "0.3.0"
authors = ["Matrix <113445886@qq.com>", "Y. T. Chung <zonyitoo@gmail.com>"]
description = "Reliable-UDP Library for Rust"
license = "MIT"
readme = "README.md"
keywords = ["kcp", "udp", "reliable"]
repository = "https://github.com/Matrix-Zhang/kcp"

[dependencies]
bytes = "0.4"
log = "0.3"

[dev-dependencies]
time = "0.1"
rand = "0.3"
env_logger = "0.4"