Docs.rs
libp2p-yamux-0.30.1
libp2p-yamux 0.30.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
futures ^0.3.1
normal
libp2p-core ^0.27.0
normal
parking_lot ^0.11
normal
thiserror ^1.0
normal
yamux ^0.8.1
normal
Versions
94.74%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Type Definition YamuxResult
libp2p_yamux
?
Type Definition
libp2p_yamux
::
YamuxResult
[
−
]
[src]
type YamuxResult<T> =
Result
<T,
YamuxError
>;