async-tcp

Crates.ioasync-tcp
lib.rsasync-tcp
version0.2.0
sourcesrc
created_at2019-05-04 09:07:59.84739
updated_at2020-08-27 16:40:14.935408
descriptionTraits implementable by async versions of TcpListener and TcpStream
homepagehttps://github.com/r3v2d0g/async-tcp
repositoryhttps://github.com/r3v2d0g/async-tcp.git
max_upload_size
id131900
size51,505
Matthieu Le brazidec (r3v2d0g) (r3v2d0g)

documentation

https://docs.rs/async-tcp

README

Trais implementable by async version of TcpListener and TcpStream

img img img

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/.

Commit count: 11

cargo fmt