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§
- Diff
Entry - One feature-attributed or capture-level diff observation.
- Live
Capture - One machine-readable capture from a manually operated Workshop client.
- Live
Capture Diff - Machine-readable output of
LiveCapture::diff. - Live
Capture Error - A validation or serialization failure in the offline capture workflow.
Enums§
- Diff
Category - The classification used by the offline capture comparison.
Constants§
- LIVE_
CAPTURE_ SCHEMA_ VERSION - The current machine-readable live-capture schema version.