Skip to main content

Module live_capture

Module live_capture 

Source
Expand description

Offline schema and comparison support for provenance-recorded client captures.

This module admits already-recorded evidence; it does not start, control, or query an Overwatch client. A valid LiveCapture is structurally provenance-rich, but its metadata is still a claim that requires human review and cannot establish gameplay/runtime correctness by itself.

Re-exports§

pub use crate::census::CENSUS_IDENTITY_SCHEMA_VERSION;
pub use crate::census::CensusIdentity;

Structs§

DiffEntry
One feature-attributed or capture-level diff observation.
LiveCapture
One machine-readable capture from a manually operated Workshop client.
LiveCaptureDiff
Machine-readable output of LiveCapture::diff.
LiveCaptureError
A validation or serialization failure in the offline capture workflow.

Enums§

DiffCategory
The classification used by the offline capture comparison.

Constants§

LIVE_CAPTURE_SCHEMA_VERSION
The current machine-readable live-capture schema version.