Docs.rs
libp2p-tcp-0.43.0
libp2p-tcp 0.43.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tomaka
jxs
mxinden
github:paritytech:libp2p-devs
github:libp2p:repos-rust
github:libp2p:rust-libp2p-maintainers
Dependencies
async-io ^2.3.3
normal
optional
futures ^0.3.30
normal
futures-timer ^3.0
normal
if-watch ^3.2.1
normal
libc ^0.2.155
normal
libp2p-core ^0.43.0
normal
socket2 ^0.5.7
normal
tokio ^1.38
normal
optional
tracing ^0.1.41
normal
async-std ^1.6.5
dev
tokio ^1.38
dev
tracing-subscriber ^0.3.19
dev
Versions
80%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libp2p_
tcp
0.43.0
Module tokio
Module Items
Structs
Type Aliases
In crate libp2p_
tcp
libp2p_tcp
Module
tokio
Copy item path
Source
Available on
crate feature
tokio
only.
Structs
§
TcpStream
A
tokio::net::TcpStream
that implements
AsyncRead
and
AsyncWrite
.
Type Aliases
§
Transport
A TCP
Transport
that works with the
tokio
ecosystem.