Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 869 Bytes

README.org

File metadata and controls

16 lines (13 loc) · 869 Bytes

Trais implementable by async version of TcpListener and TcpStream

https://img.shields.io/crates/l/async-tcp.svg https://img.shields.io/crates/v/async-tcp.svg https://docs.rs/async-tcp/badge.svg

This crate provides TcpListener and TcpStream, two traits that can be implemented by any async versions of ~std::net::TcpListener~ and ~std::net::TcpStream~.

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.