#io #future #non-blocking #async #tokio

unmaintained tokio-proto

A network application framework for rapid development and highly scalable production deployments of clients and servers

2 releases

Uses old Rust 2015

0.1.1 Mar 15, 2017
0.1.0 Jan 11, 2017

#174 in #non-blocking

Download history 645/week @ 2023-12-02 946/week @ 2023-12-09 891/week @ 2023-12-16 563/week @ 2023-12-23 552/week @ 2023-12-30 1094/week @ 2024-01-06 1185/week @ 2024-01-13 1212/week @ 2024-01-20 1220/week @ 2024-01-27 970/week @ 2024-02-03 1350/week @ 2024-02-10 1491/week @ 2024-02-17 1191/week @ 2024-02-24 1276/week @ 2024-03-02 1429/week @ 2024-03-09 1306/week @ 2024-03-16

5,482 downloads per month
This crate has lost popularity

MIT/Apache

155KB
3K SLoC

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.

Dependencies

~6.5MB
~99K SLoC