tokio-proto

Crates.iotokio-proto
lib.rstokio-proto
version0.1.1
sourcesrc
created_at2017-01-11 16:58:10.532357
updated_at2017-03-15 17:54:39.540965
descriptionA network application framework for rapid development and highly scalable production deployments of clients and servers.
homepagehttps://tokio.rs
repositoryhttps://github.com/tokio-rs/tokio-proto
max_upload_size
id8017
size213,621
Alex Crichton (alexcrichton)

documentation

https://docs.rs/tokio-proto/0.1

README

tokio-proto

Tokio is a network application framework for rapid development and highly scalable production deployments of clients and servers.

Build Status

Documentation | Gitter | Tutorial

Usage

First, add this to your Cargo.toml:

[dependencies]
tokio-proto = { git = "https://github.com/tokio-rs/tokio-proto" }

Next, add this to your crate:

extern crate tokio_proto;

You can find extensive examples and tutorials at https://tokio.rs.

Getting Help

If you have questions or need further help getting started, consider joining the chat in our Gitter Channel.

License

Tokio is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.

Commit count: 196

cargo fmt