nexus 0.0.1

A high performance networking library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
log = "^0.3.4"
mio = "^0.5.0"

[package]
authors = ["crhino <piraino.chris@gmail.com>"]
description = "A high performance networking library"
documentation = "http://crhino.github.io/nexus-docs/nexus/index.html"
keywords = ["networking", "tcp", "udp", "async"]
license = "BSD-3-Clause"
name = "nexus"
readme = "./README.md"
repository = "https://github.com/crhino/nexus"
version = "0.0.1"