[][src]Crate reporting_api

This crate provides some useful Rust code for working with the Reporting API and Network Error Logging W3C draft specifications.

Modules

parse_milliseconds

A serde parsing module that can be used to parse durations expressed as an integer number of milliseconds.

parse_opt_milliseconds

A serde parsing module that can be used to parse optional durations expressed as an integer number of milliseconds.

Structs

NELReport

A single Network Error Logging report.

Report

Represents a single report uploaded via the Reporting API.

Traits

ReportBody

Each kind of report that can be delivered via the Reporting API will have its own type, which implements this trait.