Docs.rs
owasm-kit-0.3.1
owasm-kit 0.3.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
taobun
Dependencies
num ^0.4.0
normal
Versions
79.31%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Module ext
owasm_
kit
0.3.1
Module ext
Sections
Owasm Standard Library
Module Items
Modules
Functions
In crate owasm_
kit
owasm_kit
Module
ext
Copy item path
Source
Expand description
§
Owasm Standard Library
Modules
§
cmp
stats
Functions
§
load_
average
Returns the average value of the given external ID, ignoring unsuccessful reports.
load_
input
Returns an iterator of raw data points for the given external ID, parsed into the parameterized type using
std::str::FromStr
trait. Skip data points with nonzero status OR cannot be parsed.
load_
input_
raw
Returns an iterator of raw reports for the given external ID with nonzero status.
load_
majority
Returns the majority value of the given external ID, ignoring unsuccessful reports.
load_
median_
float
Returns the median value of the given external ID, ignoring unsuccessful reports.
load_
median_
integer
Returns the median value of the given external ID, ignoring unsuccessful reports.