Docs.rs
libp2p-tcp-0.42.0
libp2p-tcp 0.42.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tomaka
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.0
normal
libc ^0.2.155
normal
libp2p-core ^0.42.0
normal
libp2p-identity ^0.2.9
normal
socket2 ^0.5.7
normal
tokio ^1.38
normal
optional
tracing ^0.1.37
normal
async-std ^1.6.5
dev
libp2p-identity ^0.2.9
dev
tokio ^1.38
dev
tracing-subscriber ^0.3
dev
Versions
100%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libp2p_
tcp
0.42.0
Module tokio
Structs
Type Aliases
In crate libp2p_
tcp
Module
libp2p_tcp
::
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.