Docs.rs
netperf-0.2.8
netperf 0.2.8
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
AhmedSoliman
Dependencies
anyhow ^1.0.68
normal
bytes ^1.4.0
normal
clap ^4.1.4
normal
clap-verbosity-flag ^3.0.2
normal
cling ^0.1.0
normal
colored ^3.0.0
normal
env_logger ^0.11.8
normal
futures ^0.3.26
normal
log ^0.4.17
normal
nix ^0.30.1
normal
serde ^1.0.152
normal
serde_json ^1.0.91
normal
thiserror ^2.0.12
normal
tokio ^1.44.2
normal
uuid ^1.3.0
normal
pretty_assertions ^1.3.0
dev
tokio ^1.25.0
dev
tokio-stream ^0.1.17
dev
Versions
22.22%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
netperf
0.2.8
In netperf::
common::
control
netperf
::
common
::
control
Function
to_client_error
Copy item path
Source
pub fn to_client_error<A>(result: &
Result
<A,
Error
>) ->
Option
<&
ClientError
>