Module owasm_kit::ext[][src]

Expand description

Modules

Functions

Returns the average value of the given external ID, ignoring unsuccessful reports.

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.

Returns an iterator of raw reports for the given external ID with nonzero status.

Returns the majority value of the given external ID, ignoring unsuccessful reports.

Returns the median value of the given external ID, ignoring unsuccessful reports.