Docs.rs
crows-cli-0.1.0
crows-cli 0.1.0
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
drogus
Dependencies
anyhow ^1
normal
clap ^4.4.5
normal
crossterm ^0.27
normal
crows-service ^0.1.0
normal
crows-utils ^0.1.0
normal
crows-wasm ^0.1.0
normal
futures ^0.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1.20
normal
tokio-serde ^0.9
normal
tokio-util ^0.7
normal
uuid ^1.4
normal
Versions
0%
of the crate is documented
Platform
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
calculate_summary
crows_
cli
0.1.0
In crows_
cli::
output
crows_cli
::
output
Function
calculate_
summary
Copy item path
Source
pub fn calculate_summary<T>(latencies: &
Vec
<T>) ->
SummaryStats
where T:
LatencyInfo
,