Docs.rs
libp2p-core-0.40.1
libp2p-core 0.40.1
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
either ^1.9
normal
fnv ^1.0
normal
futures ^0.3.28
normal
futures-timer ^3
normal
instant ^0.1.12
normal
libp2p-identity ^0.2.3
normal
log ^0.4
normal
multiaddr ^0.18.0
normal
multihash ^0.19.1
normal
multistream-select ^0.13.0
normal
once_cell ^1.18.0
normal
parking_lot ^0.12.0
normal
pin-project ^1.1.3
normal
quick-protobuf ^0.8
normal
rand ^0.8
normal
rw-stream-sink ^0.4.0
normal
serde ^1
normal
smallvec ^1.11.0
normal
thiserror ^1.0
normal
unsigned-varint ^0.7
normal
void ^1
normal
async-std ^1.6.2
dev
libp2p-identity ^0.2.3
dev
multihash ^0.19.1
dev
Versions
85.71%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module either
Enums
?
Module
libp2p_core
::
either
source
·
[
−
]
Enums
EitherFuture
Implements
Future
and dispatches all method calls to either
First
or
Second
.