Crates.io | async-tcp |
lib.rs | async-tcp |
version | 0.2.0 |
source | src |
created_at | 2019-05-04 09:07:59.84739 |
updated_at | 2020-08-27 16:40:14.935408 |
description | Traits implementable by async versions of TcpListener and TcpStream |
homepage | https://github.com/r3v2d0g/async-tcp |
repository | https://github.com/r3v2d0g/async-tcp.git |
max_upload_size | |
id | 131900 |
size | 51,505 |
This crate provides TcpListener
and TcpStream
, two traits that can be implemented by any async versions of std::net::TcpListener
and std::net::TcpStream
.
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/.