2 releases
Uses old Rust 2015
0.1.1 | Mar 15, 2017 |
---|---|
0.1.0 | Jan 11, 2017 |
#185 in #non-blocking
4,393 downloads per month
This crate has lost popularity
155KB
3K
SLoC
tokio-proto
Tokio is a network application framework for rapid development and highly scalable production deployments of clients and servers.
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.
Dependencies
~6.5MB
~100K SLoC