//! Forensic-layer diagnostics.
//!
//! Re-exports the parser-layer trace events from [`mbr::diag`] and adds the
//! anomaly-level event that depends on this crate's [`Anomaly`] type. By default
//! every event is a zero-cost no-op; enable the `trace` feature to forward them
//! to the [`tracing`](https://docs.rs/tracing) ecosystem.
pub use ;
use crateAnomaly;
/// An anomaly was recorded by the analysis.
pub
pub