libp2prs-tcp 0.3.0

TCP/IP transport protocol for libp2p
docs.rs failed to build libp2prs-tcp-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: libp2prs-tcp-0.2.0
Implementation of the libp2p `Transport` trait for TCP/IP. # Usage This crate provides `TcpConfig` The `TcpConfig` struct implements the `Transport` trait of the `core` library. See the documentation of `core` and of libp2p in general to learn how to use the `Transport` trait.