Crate tcp_std

Source
Expand description

The TCP flows project is a set of libraries to manage TCP streams in a I/O-agnostic way. It is highly recommended that you read first about the project in order to understand tcp-std.

This library exposes an I/O handler for that project, based on the Rust standard library (sync).

Structsยง

Handler
The standard, blocking TCP I/O handler.